Quickstart
Dagster orchestrates dbt alongside other technologies, so you can schedule dbt with Spark, Python, etc. in a single data pipeline. Dagster's asset-oriented approach allows Dagster to understand dbt at the level of individual dbt models.
Prerequisites
To follow the steps in this guide, you'll need:
- A basic understanding of dbt, DuckDB, and Dagster concepts such as assets and resources
- To install the dbt and DuckDB CLIs
- To install the following packages:
- uv
- pip
uv add dagster duckdb plotly pandas dagster-dbt dbt-duckdb
pip install dagster duckdb plotly pandas dagster-dbt dbt-duckdb