Skip to content

Just generating with no dbt profile

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