Skip to content

Commit

Permalink
replace env variable (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
McKnight-42 authored May 31, 2023
1 parent 05c5a99 commit 904387d
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 904387d

Please sign in to comment.