Skip to content

Commit

Permalink
fix: make ~/.dbt if missing in oso_lets_go (#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryscheng authored Apr 30, 2024
1 parent 0db558f commit 143cd67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion warehouse/oso_lets_go/wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,8 +615,9 @@ def run():
create_key(service_account_email, key_file_path)

# Setup the configuration for the playground
profiles_home_dir = os.path.expanduser("~/.dbt/")
fileutils.mkdir_p(profiles_home_dir)
profiles_path = os.path.expanduser("~/.dbt/profiles.yml")

profiles_yml = textwrap.dedent(
f"""
opensource_observer:
Expand Down

0 comments on commit 143cd67

Please sign in to comment.