Using a dbt project in Dagster+ allows you to automatically load your dbt models as Dagster assets. This can be be done with both deployment options in Dagster+: Serverless and Hybrid.
Learn more about deployment options in Dagster+.
Using Serverless deployment, an existing dbt project can be directly imported in Dagster+ when adding a new code location.
Learn more about using dbt with Serverless deployment in Dagster+.
Using Hybrid deployment, the dbt project must be accessible to the Dagster code executed by your agent:
Learn more about using dbt with Hybrid deployment in Dagster+.