Azure-Player / azure.datafactory.tools

Tools for deploying Data Factory (v2) in Microsoft Azure
https://azureplayer.net/adftools
MIT License
209 stars 69 forks source link

loop on removing object when trigger and pipeline share the same name #326

Closed rw72000 closed 1 year ago

rw72000 commented 1 year ago

Hello,

We have here a scenario that should work but fails : In dev : Create a pipeline and call it "test" Create a trigger that starts the pipeline "test" and call it 'test' also Publish to prod environment using json method

then

Delete both pipeline and trigger in dev publish to prod -> removing pipeline is tried many times without error or warning until overflow happens

If trigger and pipeline have different names, there isn't any problem. Can you fix ?

Regards

NowinskiK commented 1 year ago

Best practise is to keep names unique. This is minor known issue and there is no plan right now to fix it. AFAIR it was some issue with this to identify appropriate related object, hence no solution for this to date.