Skip to content

Latest commit

 

History

History
83 lines (70 loc) · 4.36 KB

index.md

File metadata and controls

83 lines (70 loc) · 4.36 KB

Snowflake CI/CD using Flyway and Azure DevOps Pipeline

In this post, I’ll discuss how to implement CI/CD pipeline for Snowflake using Flyway and Azure DevOps Pipeline. This is an advanced topic that requires a good understanding of various components and concepts. However, I will try to make it as simple as possible so that people with minimal DevOps experience can follow this guide and create a working example. I created the two Github repositories below for that purpose.

  • kulmam92/snowflake_flyway - Common modules to help set up the Snowflake CI/CD using flyway and Azure DevOps pipeline.

  • kulmam92/flyway-azure - flyway docker image for the azure pipeline. The official flyway docker image can't be used with the Azure DevOps pipeline due to its container requirement.

This post consists of three major parts.

References

I'm putting references for all subdocuments here.

| Next >>