In CI/CD Azure Synapse Analytics - part 1 we have covered: Setting up git source control in Synapse StudioThe difference in main collaboration and workspace publish branch In this blog we are going to cover: How to create build pipelinesDeploy to Synapse production workspace using DevOps release pipelines Build Pipeline in DevOps Go to you … Continue reading CI/CD For Azure Synapse Analytics – Part 2
Author: Deepak Gupta
Do you also wonder how to do continuous integration (CI) and continuous deployment (CD) for Synapse Analytics? But first, lets talk about basic, what is CI/CD is simple terms. CI/CD is one of the best practices of agile methodology and it enables development teams to deploy stable and tested code changes more frequently. This practice … Continue reading CI/CD for Azure Synapse Analytics – Part 1