An Azure service for ingesting, preparing, and transforming data at scale.
Hello @arkiboys .
Ideally, you would merge your feature branches into the collaboration branch. The collaboration branch is then exported to the adf_publish branch when you do a publish. Everything in there would get deployed. So whatever you want to deploy should be in the collaboration branch. There is no mechanism for cherry-picking only some items from collaboration branch for publish.
Document link on normal process.
There is a hotfix process you can read about. It basically is finding a commit which contains only the items you want and exporting the template of that branch.
The common thread in both of these is the selection is done by what you include in a branch.