I have the following situation:
I'm using Azure DataFactory with version control git (built into the tool), the issue is that I made a "develop" branch, I made modifications and when I want to test the execution it tells me that I have to pass the changes to "master" but in reality what I want is to have 2 environments one to try and another for production.
What will be the best way to do this?
Greetings.