Set up the dbt project
Next, you’ll notice that there is a dbt project called analytics in the repository you cloned. Throughout the duration of this module, you’ll add new dbt models and see them reflected in Dagster.
Navigate into the directory by running:
cd dagster_university/dagster_and_dbt/src/dagster_and_dbt/analyticsNext, install dbt package dependencies by running:
dbt depsIn a file explorer or IDE, open the
analyticsdirectory. You should see the following files, which are the models we’ll use to get started:models/sources/raw_taxis.ymlmodels/staging/staging.ymlmodels/staging/stg_trips.sqlmodels/staging/stg_zones.sql