Skip to content
Discussion options

You must be logged in to vote

core dbt concepts

dbt model

A model in a dbt project maps to an asset in a Dagster project. A table in a data warehouse is an example of an asset. Since dbt models create tables/views, Dagster maps your dbt models to assets. The dbt model's code, the path to the table/view made, and other metadata about the dbt model is found within the asset's description in the Dagster UI. This mapping is the basis of the dagster-dbt integration.

dbt run

Materializing a Dagster asset that corresponds to a dbt model usually means invoking dbt run.

dbt incremental materializations

Dagster uses partitions to incrementally add or upsert records into tables. Rather than tying the incremental update to when t…

Replies: 2 comments 1 reply

Comment options

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

Answer selected by slopp
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants