Skip to content

Commit 045c778

Browse files
eakmanrqclaude
andcommitted
Add SNOWFLAKE_AUTHENTICATOR env var for Snowflake CLI
The manage-test-db.sh script uses `snow sql --temporary-connection` which reads SNOWFLAKE_AUTHENTICATOR from the environment. Without it, the CLI defaults to password auth and fails with private key. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: eakmanrq <6326532+eakmanrq@users.noreply.github.com>
1 parent c526a55 commit 045c778

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ jobs:
311311
SNOWFLAKE_ACCOUNT: ${{ secrets.SNOWFLAKE_ACCOUNT }}
312312
SNOWFLAKE_USER: ${{ secrets.SNOWFLAKE_USER }}
313313
SNOWFLAKE_WAREHOUSE: ${{ secrets.SNOWFLAKE_WAREHOUSE }}
314+
SNOWFLAKE_AUTHENTICATOR: SNOWFLAKE_JWT
314315
DATABRICKS_SERVER_HOSTNAME: ${{ secrets.DATABRICKS_SERVER_HOSTNAME }}
315316
DATABRICKS_HTTP_PATH: ${{ secrets.DATABRICKS_HTTP_PATH }}
316317
DATABRICKS_ACCESS_TOKEN: ${{ secrets.DATABRICKS_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)