explorer.models.Query

class explorer.models.Query(id, title, sql, description, created_by_user, created_at, last_run_date, snapshot, connection, database_connection, few_shot)[source]
__init__(*args, **kwargs)[source]

Methods

__init__(*args, **kwargs)

adelete([using, keep_parents])

arefresh_from_db([using, fields, from_queryset])

asave(*args[, force_insert, force_update, ...])

available_params()

Merge parameter values into a dictionary of available parameters

available_params_w_labels()

Merge parameter values into a dictionary of available parameters with their labels

avg_duration()

avg_duration_display()

check(**kwargs)

clean()

Hook for doing any extra model-wide validation after clean() has been called on every field by self.clean_fields.

clean_fields([exclude])

Clean all fields and raise a ValidationError containing a dict of all validation errors if any occur.

date_error_message(lookup_type, field_name, ...)

delete([using, keep_parents])

execute()

execute_query_only()

execute_with_logging(executing_user)

final_sql()

from_db(db, field_names, values)

full_clean([exclude, validate_unique, ...])

Call clean_fields(), clean(), validate_unique(), and validate_constraints() on the model.

get_absolute_url()

get_constraints()

get_deferred_fields()

Return a set containing names of deferred fields for this instance.

get_next_by_created_at(*[, field, is_next])

get_next_by_last_run_date(*[, field, is_next])

get_previous_by_created_at(*[, field, is_next])

get_previous_by_last_run_date(*[, field, ...])

get_run_count()

is_favorite(user)

last_run_log()

log([user])

passes_blacklist()

prepare_database_save(field)

refresh_from_db([using, fields, from_queryset])

Reload field values from the database.

save(*args[, force_insert, force_update, ...])

Save the current instance.

save_base([raw, force_insert, force_update, ...])

Handle the parts of saving which should be done only once per save, yet need to be done in raw saves, too.

serializable_value(field_name)

Return the value of the field name for this instance.

unique_error_message(model_class, unique_check)

validate_constraints([exclude])

validate_unique([exclude])

Check unique constraints on the model and raise ValidationError if any failed.

Attributes

connection

A wrapper for a deferred-loading field.

created_at

A wrapper for a deferred-loading field.

created_by_user

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

created_by_user_id

database_connection

Accessor to the related object on the forward side of a many-to-one or one-to-one (via ForwardOneToOneDescriptor subclass) relation.

database_connection_id

dataset

Accessor to the related objects manager on the reverse side of a many-to-one relation.

description

A wrapper for a deferred-loading field.

favorites

Accessor to the related objects manager on the reverse side of a many-to-one relation.

few_shot

A wrapper for a deferred-loading field.

id

A wrapper for a deferred-loading field.

last_run_date

A wrapper for a deferred-loading field.

objects

params_for_url

pk

querylog_set

Accessor to the related objects manager on the reverse side of a many-to-one relation.

shared

snapshot

A wrapper for a deferred-loading field.

snapshots

sql

A wrapper for a deferred-loading field.

title

A wrapper for a deferred-loading field.