-
Notifications
You must be signed in to change notification settings - Fork 1
Just generating with no dbt profile
winnie edited this page Apr 20, 2024
·
3 revisions
- Navigate to the directory you keep dbt project in (for me this is
~/dev
), or wherever you want to generate the output directory. - Run
tbd
. - Select 'No' for using a dbt profile.
- Select 'No' for scaffolding a dbt project.
- Choose your prefix or just hit enter to stick with 'stg'.
- Choose 'Yes' for generating a
profiles.yml
. - Choose your warehouse.
- Fill out warehouse details — these should point to the database and schema that you want to generate.
- Choose 'No' for the LLM features.
- Enter an output directory name (it needs to either not exist yet or be empty) or just hit enter to stick with 'build'.
- Done!