MaterialisedView

class pyatlan.model.assets.MaterialisedView(*, typeName: str = 'MaterialisedView', attributes: MaterialisedView.Attributes = None, businessAttributes: Dict[str, Any] | None = None, createdBy: str | None = None, createTime: int | None = None, deleteHandler: str | None = None, guid: str = None, isIncomplete: bool | None = None, labels: List[str] | None = None, relationshipAttributes: 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, addOrUpdateClassifications: List[AtlanTag] | None = None, removeClassifications: List[AtlanTag] | None = None, semantic: SaveSemantic | None = None, depth: int | None = None, immediateUpstream: List[LineageRef] | None = None, immediateDownstream: List[LineageRef] | None = None)[source]

Description

ALIAS: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>

Alias for this materialized view.

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

TBC

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

TBC

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

Number of columns in this materialized view.

DEFINITION: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>

SQL definition of this materialized view.

IS_QUERY_PREVIEW: ClassVar[BooleanField] = <pyatlan.model.fields.atlan_fields.BooleanField object>

Whether it’s possible to run a preview query on this materialized view (true) or not (false).

IS_TEMPORARY: ClassVar[BooleanField] = <pyatlan.model.fields.atlan_fields.BooleanField object>

Whether this materialized view is temporary (true) or not (false).

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

Configuration for the query preview of this materialized view.

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

Refresh method for this materialized view.

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

Refresh mode for this materialized view.

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

Number of rows in this materialized view.

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

Size of this materialized view, in bytes.

STALENESS: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>

Staleness of this materialized view.

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

Time (epoch) from which this materialized view is stale, in milliseconds.