Template repo to use as setup for dbt
-
Setup DBT for local development
- In
Pipfilechoose eitherbigqueryorsnowflakein the dependencies section and runpipenv installandpipenv shell - When using vscode, make sure to configure the python interpreter
- Pick
bigquery_profiles.ymlorsnowflake_profiles.ymland delete the other. Rename the remaining file toprofiles.yml - In
profiels.yml, fill in all parameters between angular brackets (<...>) - In
dbt_project.ymlreplace all'your_project_name'with your project name. - Run
dbt deps
- In
-
Update this readme to include information about this DBT project