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.
1 parent 860c67b commit 00230a5Copy full SHA for 00230a5
.github/workflows/fetch-audit-logs.yaml
@@ -32,7 +32,7 @@ jobs:
32
account_name=${{ secrets.SNOWFLAKE_ACCOUNT }}\
33
&username=${{ secrets.SNOWFLAKE_USERNAME }}\
34
&secret=${{ secrets.SNOWFLAKE_PASSWORD }}\
35
- &warehouse=${{ secrets.SNOWFLAKE_WAREHOUSE }}\
+ &warehouse=${{ secrets.SNOWFLAKE_WAREHOUSE_TEMP }}\
36
&role=${{ secrets.SNOWFLAKE_ROLE }}\
37
&database=${{ secrets.SNOWFLAKE_DATABASE }}\
38
&schema=${{ secrets.SNOWFLAKE_SCHEMA }}\
0 commit comments