Table¶
- class pyatlan.model.assets.Table(*, typeName: str = 'Table', attributes: Table.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 table.
- 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 table.
- DIMENSIONS: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>¶
TBC
- EXTERNAL_LOCATION: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>¶
External location of this table, for example: an S3 object location.
- EXTERNAL_LOCATION_FORMAT: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Format of the external location of this table, for example: JSON, CSV, PARQUET, etc.
- EXTERNAL_LOCATION_REGION: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>¶
Region of the external location of this table, for example: S3 region.
- FACTS: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>¶
TBC
- ICEBERG_CATALOG_NAME: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Iceberg table catalog name (can be any user defined name)
- ICEBERG_CATALOG_SOURCE: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Iceberg table catalog type (glue, polaris, snowflake)
- ICEBERG_CATALOG_TABLE_NAME: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Catalog table name (actual table name on the catalog side).
- ICEBERG_CATALOG_TABLE_NAMESPACE: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Catalog table namespace (actual database name on the catalog side).
- ICEBERG_TABLE_BASE_LOCATION: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Iceberg table base location inside the external volume.
- ICEBERG_TABLE_TYPE: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Iceberg table type (managed vs unmanaged)
- IS_PARTITIONED: ClassVar[BooleanField] = <pyatlan.model.fields.atlan_fields.BooleanField object>¶
Whether this table is partitioned (true) or not (false).
- IS_QUERY_PREVIEW: ClassVar[BooleanField] = <pyatlan.model.fields.atlan_fields.BooleanField object>¶
Whether preview queries are allowed for this table (true) or not (false).
- IS_SHARDED: ClassVar[BooleanField] = <pyatlan.model.fields.atlan_fields.BooleanField object>¶
Whether this table is a sharded table (true) or not (false).
- IS_TEMPORARY: ClassVar[BooleanField] = <pyatlan.model.fields.atlan_fields.BooleanField object>¶
Whether this table is temporary (true) or not (false).
- PARTITIONS: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>¶
TBC
- PARTITION_COUNT: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>¶
Number of partitions in this table.
- PARTITION_LIST: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>¶
List of partitions in this table.
- PARTITION_STRATEGY: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Partition strategy for this table.
- QUERIES: ClassVar[RelationField] = <pyatlan.model.fields.atlan_fields.RelationField object>¶
TBC
- QUERY_PREVIEW_CONFIG: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Configuration for preview queries.
- ROW_COUNT: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>¶
Number of rows in this table.
- SIZE_BYTES: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>¶
Size of this table, in bytes.
- TABLE_DEFINITION: ClassVar[TextField] = <pyatlan.model.fields.atlan_fields.TextField object>¶
Definition of the table.
- TABLE_EXTERNAL_VOLUME_NAME: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
External volume name for the table.
- TABLE_IMPALA_PARAMETERS: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Extra attributes for Impala
- TABLE_OBJECT_COUNT: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>¶
Number of objects in this table.
- TABLE_RETENTION_TIME: ClassVar[NumericField] = <pyatlan.model.fields.atlan_fields.NumericField object>¶
Data retention time in days.
- TABLE_TYPE: ClassVar[KeywordField] = <pyatlan.model.fields.atlan_fields.KeywordField object>¶
Type of the table.