We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5946805 + 8cb11e3 commit 44c9200Copy full SHA for 44c9200
deploy_snowpark_apps.py
@@ -47,5 +47,5 @@
47
os.chdir(f"{directory_path}")
48
# Make sure all 6 SNOWFLAKE_ environment variables are set
49
# SnowCLI accesses the passowrd directly from the SNOWFLAKE_PASSWORD environmnet variable
50
- os.system(f"snow snowpark build")
+ os.system(f"snow snowpark build --temporary-connection --account $SNOWFLAKE_ACCOUNT --user $SNOWFLAKE_USER --role $SNOWFLAKE_ROLE --warehouse $SNOWFLAKE_WAREHOUSE --database $SNOWFLAKE_DATABASE")
51
os.system(f"snow snowpark deploy --replace --temporary-connection --account $SNOWFLAKE_ACCOUNT --user $SNOWFLAKE_USER --role $SNOWFLAKE_ROLE --warehouse $SNOWFLAKE_WAREHOUSE --database $SNOWFLAKE_DATABASE")
0 commit comments