Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

dbt Cloud metadata collector

The dbt Cloud metadata collector provides read-only access to metadata from an external dbt Cloud account.

The dbt cloud collector connects to the dbt cloud project and harvests dbt assets and column-level lineage relationships from database views associated with dbt assets.

Metadata cataloged

The dbt Cloud collector catalogs the following information.

ObjectInformation cataloged
AnalysisName, Description, Path, Root path, Package name, Unique ID, Alias, Meta, Raw SQL, Compiled SQL/Compiled Code, Enabled, Materialized, Resource type
ModelName, Description, Path, Root path, Package name, Unique ID, Alias, Meta, Raw SQL, Compiled SQL/Compiled Code, Enabled, Materialized, Resource type
Model columnColumn name
ProjectName, Project version
SnapshotName, Description, Path, Root path, Package name, Unique ID, Alias, Meta, Raw SQL/Raw Code, Compiled SQL/Compiled Code, Enabled, Materialized, Resource type
SeedName, Description, Path, Root path, Package name, Unique ID, Alias, Meta, Raw SQL/Raw Code, Compiled SQL/Compiled Code, Enabled, Materialized, Resource type
SourceName, Description, Path, Root path, Package name, Unique ID, Alias, Meta, Raw SQL/Raw Code, Compiled SQL/Compiled Code, Enabled, Source name, Resource type
TestName, Description, Path, Root path, Package name, Unique ID, Alias, Meta, Raw SQL/Raw Code, Compiled SQL/Compiled Code, Enabled, Materialized, Resource type
Test resultTime the test was executed, Status, Count of failures (if any), Message emitted by the test (if any)
Semantic ModelsName, Description, Path, Package name, Unique ID, Enabled, Resource Type, Semantic Model Components, Primary Entity
EntitiesTitle, SQL Expression, Entity Type
DimensionsTitle, Dimension Type
MeasuresTitle, Description, Has Measure Aggregation
MetricsTitle, Description, Path, Package Name, Unique ID, Metric Type

Relationship between objects

Catalog pages show relationships between the following data asset types:

Data asset pageRelationship
ModelProject containing dbt model, Tests testing the integrity of model, dbt data assets (test, seed, model, snapshot, source) that are upstream of model, dbt data assets (Test, Seed, Model, Snapshot, Source) that are downstream of model
Semantic ModelProject containing the semantic model, dbt model related to the semantic model, dbt semantic model components (dimensions, entities, measures), Metric that the semantic model provides context for
Model columnThe database column in the manifested table or view
Projectdbt data assets (Test, Seed, Model, Snapshot, Source) contained within project
SnapshotProject containing dbt project, dbt data assets (Test, Seed, Model, Source) that are upstream of snapshot, dbt data assets (Test, Seed, Model, Source) that are downstream of snapshot
SeedProject containing dbt project, dbt data assets (Test, Seed, Model, Snapshot, Source) that are upstream of seed, dbt data assets (Test, Seed, Model, Snapshot, Source) that are downstream of seed
SourceProject containing dbt project, dbt data assets (Test, Seed, Model, Snapshot) that are downstream of seed, Database schema that the source represents
TestProject containing dbt project, dbt model that has its integrity tested by this test
Test resultThe dbt test that was executed to produce the result

Lineage for dbt

The following lineage information is collected by the dbt Cloud collector.

ObjectLineage available
dbt model materialized as viewReferenced database tables and columns in dbt model materialized as view
dbt resourcedbt data assets that are upstream and downstream (for example, seeds that are upstream of models, and tests that are downstream of models) of dbt data asset.

Snowflake is the currently supported data source for cross-system lineage.

Parent Topic:Configuring metadata collectors