RedashQuery#

class pyatlan.model.assets.RedashQuery(*, typeName: str = 'RedashQuery', attributes: RedashQuery.Attributes = None, businessAttributes: Dict[str, Any] | None = None, createdBy: str | None = None, createTime: int | None = None, deleteHandler: str | None = None, guid: str = '', isIncomplete: bool | None = True, labels: List[str] | None = None, relationshipAttributes: Dict[str, Any] | None = None, status: EntityStatus | None = None, updatedBy: str | None = None, updateTime: int | None = None, version: int | None = None, classifications: List[AtlanTag] | None = None, classificationNames: List[str] | None = None, displayText: str | None = None, entityStatus: str | None = None, relationshipGuid: str | None = None, relationshipStatus: str | None = None, relationshipType: str | None = None, meaningNames: List[str] | None = None, meanings: List[Meaning] | None = None, customAttributes: Dict[str, Any] | None = None, scrubbed: bool | None = None, pendingTasks: List[str] | None = None, uniqueAttributes: Dict[str, Any] | None = None, appendRelationshipAttributes: Dict[str, Any] | None = None, removeRelationshipAttributes: Dict[str, Any] | None = None, semantic: SaveSemantic | None = None, depth: int | None = None)[source]#

Description

REDASH_QUERY_LAST_EXECUTED_AT: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>#

Time (epoch) when this query was last executed, in milliseconds.

REDASH_QUERY_LAST_EXECUTION_RUNTIME: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>#

Elapsed time of the last execution of this query.

REDASH_QUERY_PARAMETERS: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

Parameters of this query.

REDASH_QUERY_SCHEDULE: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

Schedule for this query.

REDASH_QUERY_SCHEDULE_HUMANIZED: ClassVar[KeywordTextField] = <pyatlan.model.fields.atlan_fields.KeywordTextField object>#

Schdule for this query in readable text for overview tab and filtering.

REDASH_QUERY_SQL: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>#

SQL code of this query.

REDASH_VISUALIZATIONS: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>#

TBC