DbtTag

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

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

Name of the account in which this asset exists in dbt.

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

Alias of this asset in dbt.

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

Connection context for this asset in dbt.

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

Version of dbt used in the environment.

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

Name of the environment in which this asset exists in dbt.

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

Time (epoch) at which the job that materialized this asset in dbt last ran, in milliseconds.

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

Name of the job that materialized this asset in dbt.

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

Time (epoch) at which the job that materialized this asset in dbt will next run, in milliseconds.

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

Human-readable time at which the job that materialized this asset in dbt will next run.

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

List of latest dbt job runs across all environments.

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

Schedule of the job that materialized this asset in dbt.

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

Human-readable cron schedule of the job that materialized this asset in dbt.

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

Status of the job that materialized this asset in dbt.

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

Metadata for this asset in dbt, specifically everything under the ‘meta’ key in the dbt object.

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

Name of the package in which this asset exists in dbt.

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

Name of the project in which this asset exists in dbt.

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

URL of the semantic layer proxy for this asset in dbt.

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

List of tags attached to this asset in dbt.

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

Unique identifier of this asset in dbt.

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

Name of the classification in Atlan that is mapped to this tag.

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

Allowed values for the tag in the source system. These are denormalized from tagAttributes for ease of querying.

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

Attributes associated with the tag in the source system.

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

Unique identifier of the tag in the source system.