Skip to content

Commit

Permalink
update database env (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
McKnight-42 authored Jun 5, 2023
1 parent 084df8e commit 6e02bfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def snowflake_profile(self):
'account': os.getenv('SNOWFLAKE_TEST_ACCOUNT'),
'user': os.getenv('SNOWFLAKE_TEST_USER'),
'password': os.getenv('SNOWFLAKE_TEST_PASSWORD'),
'database': os.getenv('SNOWFLAKE_TEST_QUOTED_DATABASE'),
'database': os.getenv('SNOWFLAKE_TEST_ALT_DATABASE'),
'schema': self.unique_schema(),
'warehouse': os.getenv('SNOWFLAKE_TEST_WAREHOUSE'),
},
Expand Down

0 comments on commit 6e02bfd

Please sign in to comment.