Skip to content

Commit 9c193f9

Browse files
committed
Update CI/CD workflow: add temporary connection parameter for Snowpark deployment
1 parent 0fc546c commit 9c193f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/snowpark-ci-cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ jobs:
116116
--role $SNOWFLAKE_ROLE \
117117
--warehouse $SNOWFLAKE_WAREHOUSE \
118118
--database $DATABASE_NAME \
119-
--schema $SCHEMA_NAME
119+
--schema $SCHEMA_NAME \
120+
--temporary-connection
120121
121122
- name: Deploy UDFs and Stored Procedures
122123
run: |

0 commit comments

Comments
 (0)