• 📢 Notice: Our community has moved to Drained.gg! Visit us at Drained.gg for the latest updates and discussions.

Snowflake-Github workflow

Rep
0
0
0
Rep
0
Vouches
0
0
0
Vouches
0
Posts
2
Likes
0
Bits
4 YEARS
4 YEARS OF SERVICE
I am looking out a possible solution for Github Secrets. I have created a pipeline for CICD wherein it executes the script as soon as any sql file lands in dbscripts folder.
I am able to execute the scripts till it fetches Snowflake Username and Password from the secrets which I have maintained like below.
env:


Code:
SF_ACCOUNT: ${{ secrets.SF_ACCOUNT }} SF_USERNAME: ${{ secrets.SF_USERNAME }} SF_ROLE: ${{ secrets.SF_ROLE }} SF_WAREHOUSE: ${{ secrets.SF_WAREHOUSE }} SF_DATABASE: ${{ secrets.SF_DATABASE }} SNOWFLAKE_PASSWORD: ${{ secrets.SF_PASSWORD }}
But the problem is in real time, I have a SSO login on my snowflake account so how to configure GIT to execute the workflow scripts if password will not be available in secrets due to SSO login for snowflake account.
 

48,751

38,251

238,987

Top