Skip to content

Commit

Permalink
docs(dbt): display required version constraints to emit column schema…
Browse files Browse the repository at this point in the history
… metadata (#20240)

## Summary & Motivation
As the title.

## How I Tested These Changes
read
  • Loading branch information
rexledesma authored Mar 4, 2024
1 parent 9136776 commit 41f83d4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/content/integrations/dbt/reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,15 @@ def my_dbt_assets(context: AssetExecutionContext, dbt: DbtCliResource):

## Emit column schema as materialization metadata <Experimental />

<Note>
<strong>
Emitting column schema as materialization metadata is currently an
experimental feature.{" "}
</strong>{" "}
To use this feature, you'll need to be on at least `dagster==1.6.6` and
`dagster-dbt==0.22.6`.
</Note>

Dagster allows you to emit column schema [materialization metadata](/concepts/assets/software-defined-assets#recording-materialization-metadata), which includes the column names and data types of your materialized dbt models, seeds, and snapshots.

With this metadata, you can view documentation in Dagster for all columns, not just columns described in your dbt project.
Expand Down

1 comment on commit 41f83d4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-pet6nhd05-elementl.vercel.app
https://master.dagster.dagster-docs.io

Built with commit 41f83d4.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.