My coworker and I are working in two different git branches: mybranch
and hisbranch
. Each of us is developing a databrick's notebook for data processing. This notebooks are then added as an activity in two different ADF
's pipeline.
For testing the pipeline It's needed to be publish, but when I push it to the repo an error message pop's up: Publish is only allowed from collaboration ('develop') branch.
That forces us to work in the very same git branch (the collaboration one) which is unconvinient because we may conflict a lot during the development and testing.
Is there any way to test pipelines in independent branches and then merge?