Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramshackle-Jamathon committed Sep 22, 2023
1 parent 18756f9 commit 9ede704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbt_project/config/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dbt_project:
password: "{{ env_var('SNOWFLAKE_PASSWORD', '') }}"

role: "{{ env_var('SNOWFLAKE_ROLE', '') }}"
database: "{{ env_var('SNOWFLAKE_DATABASE', '') }}"
warehouse: "{{ env_var('SNOWFLAKE_WAREHOUSE', '') }}"
database: 'USAGE_TEST'
warehouse: 'DEVELOPMENT'
schema: 'dbt_schema'
threads: 1
client_session_keep_alive: False
Expand Down

0 comments on commit 9ede704

Please sign in to comment.