Project preview
In this course, we’ll focus on integrating a dbt project with Dagster from end to end. We’ll build on the Dagster project used in the Dagster Essentials course, which uses data from NYC OpenData. If you haven’t completed Dagster Essentials, no worries - we'll show you what to do in the next lesson.
By the end of the course, you will:
- Create dbt models and load them into Dagster as assets
- Run dbt and store the transformed data in a DuckDB database
- Apply partitions to incremental dbt models
- Deploy the Dagster project to Dagster+
If you get stuck or want to jump ahead, check out the finished project here on GitHub.