Skip to content

Commit

Permalink
fix wizard profile creation (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 authored Mar 22, 2024
1 parent d078f4b commit 9dc2949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warehouse/oso_lets_go/wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ def run():
create_key(service_account_email, key_file_path)

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

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

0 comments on commit 9dc2949

Please sign in to comment.