Azure data factory introduces many branches in git mode.
- Source branch : Save is stored here
- Publish branch
- working branch: After a git is connected, ADF prompts us for this.
What does the working branch do?
Azure data factory introduces many branches in git mode.
What does the working branch do?
I think there are three types of branches when we use git mode.
| Branch Name | Quantitiy | Use Range |
|---|---|---|
| adf_publish | One and only one | save Resource Manager templates of the published factory |
| main | One and only one | this is collaboration branch used to merge changes of other working branches |
| working branch | multiple | everyone on the team works on these branches |