Atlan crawls and maps the following assets and properties from dbt Cloud.
Atlan's dbt connectivity also populates custom metadata to further enrich the assets in Atlan. The Atlan dbt-specific property column in the tables below gives the name of the mapped custom metadata property in Atlan.
πͺ Did you know? It is also possible to map other metadata on Atlan's assets through your dbt models.
Tables
Atlan maps tables from dbt Cloud to its Table
asset type.
Source property | Atlan property |
---|---|
description | description |
alias | alias |
stats (row_count) | rowCount |
stats (bytes) | sizeBytes |
stats (last_modified) | sourceUpdatedAt |
Source property | Atlan dbt-specific property |
---|---|
account (name) | Account Name |
project (name) | Project Name |
job (name) | Job Name |
uniqueId | Unique Identifier |
rawSql | Raw SQL |
resourceType | Resource Type |
tags | Tags |
config (materialized) | Materialisation Type |
config (full_refresh) | Full Refresh |
config (query_tag) | Query Tag |
config (unique_key) | Unique Key |
packageName | Package Name |
path | Path |
alias | Alias |
description | Description |
created_at | Created At |
compiledSql | Compiled SQL |
maxLoadedAt | Max Loaded At |
snapshottedAt | Snapshotted At |
criteria | Freshness Criteria |
state | Freshness Status |
Columns
Atlan maps columns from dbt Cloud to its Column
asset type.
Source property | Atlan property |
---|---|
description | description |
Source property | Atlan dbt-specific property |
---|---|
account (name) | Account Name |
project (name) | Project Name |
job (name) | Job Name |
tags | Tags |
config (query_tag) | Query Tag |
packageName | Package Name |
path | Path |
description | Description |
created_at | Created At |
Nodes
Atlan maps nodes from dbt Cloud to its Process
asset type. Atlan derives its lineage from the Process
asset type.
Source property | Atlan property |
---|---|
uniqueId | name |
rawSql | code |
compiledSql | sql |