Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Laferla committed Jul 3, 2023
1 parent 7308ec5 commit 4383b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitoring_weekly/weekly_new_store_monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def main(mytimer: func.TimerRequest) -> None:

engine = create_engine(
'snowflake://{user}:{password}@{account}/'.format(
user=os.environ["SNOWFLAKE_USER"],
user=os.environ["SNOWFLAKE"],
password=os.environ["SNOWFLAKE_PASSWORD"],
account=os.environ["SNOWFLAKE_ACCOUNT"],
)
Expand Down

0 comments on commit 4383b84

Please sign in to comment.