问题
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?
回答1:
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 |
来源:https://stackoverflow.com/questions/65817612/azure-data-factory-working-branch-confusion