DremioVirtualDataset

class pyatlan.model.assets.DremioVirtualDataset(*, typeName: str = 'DremioVirtualDataset', attributes: DremioVirtualDataset.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 view.

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

TBC

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

Simple name of the calculation view in which this SQL asset exists, or empty if it does not exist within a calculation view.

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

Unique name of the calculation view in which this SQL asset exists, or empty if it does not exist within a calculation view.

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 view.

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

Simple name of the database in which this SQL asset exists, or empty if it does not exist within a database.

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

Unique name of the database in which this SQL asset exists, or empty if it does not exist within a database.

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

SQL definition of this view.

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

TBC

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

Ordered array of folder assets with qualified name and name representing the complete folder hierarchy path for this asset, from immediate parent to root folder.

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

Source ID of this asset in Dremio.

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

Dremio Labels associated with this asset.

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

Unique qualified name of the immediate parent folder containing this asset.

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

Simple name of the Dremio Source containing this asset.

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

Unique qualified name of the Dremio Source containing this asset.

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

TBC

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

Simple name of the Dremio Space containing this asset.

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

Unique qualified name of the Dremio Space containing this asset.

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

Whether this asset has been profiled (true) or not (false).

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

Whether preview queries are allowed on this view (true) or not (false).

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

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

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

Time (epoch) at which this asset was last profiled, in milliseconds.

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

TBC

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

Number of times this asset has been queried.

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

Time (epoch) at which the query count was last updated, in milliseconds.

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

Configuration for preview queries on this view.

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

Number of unique users who have queried this asset.

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

Map of unique users who have queried this asset to the number of times they have queried it.

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

Number of rows in this view.

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

Simple name of the schema in which this SQL asset exists, or empty if it does not exist within a schema.

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

Unique name of the schema in which this SQL asset exists, or empty if it does not exist within a schema.

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

Size of this view, in bytes.

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

Unique name of the context in which the model versions exist, or empty if it does not exist within an AI model context.

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

Whether this asset is secure (true) or not (false).

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

Simple name of the table in which this SQL asset exists, or empty if it does not exist within a table.

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

Unique name of the table in which this SQL asset exists, or empty if it does not exist within a table.

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

Simple name of the view in which this SQL asset exists, or empty if it does not exist within a view.

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

Unique name of the view in which this SQL asset exists, or empty if it does not exist within a view.