mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 18:59:23 +00:00 
			
		
		
		
	Ingesting metadata from dbt requires either using the dbt module or the dbt-cloud module.
Concept Mapping
| Source Concept | DataHub Concept | Notes | 
|---|---|---|
| "dbt" | Data Platform | |
| dbt Source | Dataset | Subtype Source | 
| dbt Seed | Dataset | Subtype Seed | 
| dbt Model | Dataset | Subtype Model | 
| dbt Snapshot | Dataset | Subtype Snapshot | 
| dbt Test | Assertion | |
| dbt Test Result | Assertion Run Result | 
Note:
- It also generates lineage between the dbtnodes (e.g. ephemeral nodes that depend on other dbt sources) as well as lineage between thedbtnodes and the underlying (target) platform nodes (e.g. BigQuery Table -> dbt Source, dbt View -> BigQuery View).
- We also support automated actions (like add a tag, term or owner) based on properties defined in dbt meta.
