Member-only story
GitHub Actions workflow for Snowflake object changes
4 min readJan 26, 2025
In this post we are adding a simple CICD workflow on top of what we’ve discussed in a previous blog: Snowflake Dev env using VSCode.
1 In VSCode, connect Snowflake Dev account and do code changes, test the changes in Dev account
We have a file called task.sql which creates tasks in Snowflake. After modifying task schedule period from 1 min to 5 min, we’ll commit code to local, push to GitHub dev_branch and then log a PR.