Implementing Version Control for Pipeline Artifacts
By default, ADF and Synapse pipelines save pipeline details in their internal stores. These internal stores don’t provide options for collaboration, version control, or any other benefits provided by source control systems. Every time you click on the Publish All button, your latest changes are saved within the service.
To overcome this shortcoming, both ADF and Synapse pipelines provide options to integrate with source control systems such as Global Information Tracker (Git). The following sections will walk you through this and other methods to configure this version control for your pipeline artifacts.
Note
This section primarily focuses on the Implement version control for pipeline artifacts concept of the DP-203: Data Engineering on Microsoft Azure exam.
Configuring Source Control in ADF
Before diving into the specifics of configuring source control in ADF, it’s essential to know the critical role...