Skip to content

How to load dbt source description and metadata into Dagster #16470

Answered by rexledesma
csaba-pusztai asked this question in Q&A
Discussion options

You must be logged in to vote

Details like description and column metadata are not automatically pulled in for dbt sources. By default, Dagster only takes the dbt source's asset key and displays it in the asset graph.

If you'd like these details to be visible for a dbt source, then you should:

  1. Define your dbt source as a Dagster asset (using @asset or @multi_asset)
  2. Define the metadata for that Dagster asset using the dbt manifest.

References

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sotte
Comment options

Answer selected by rexledesma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
integration: dbt Related to dagster-dbt area: metadata Related to metadata
3 participants