Azure-Player / azure.datafactory.devops

Azure DevOps Deployment Tasks for Azure Data Factory objects
MIT License
39 stars 21 forks source link

Selective Deployment from specific folder #14

Closed ShafeekSaleem closed 3 years ago

ShafeekSaleem commented 4 years ago

How to include only the pipelines from specific folder?

Lets say my adf has pipelines inside two folders as A and B. How can I deploy only the pipelines from the folder A?

NowinskiK commented 4 years ago

That option is not yet supported by Azure DevOps Task (but it exists in PS module) It will be available this year along with public version 1.0, which is planned for Dec 2020.

santoshdata commented 3 years ago

I also came across of similar requirements for pipeline, dataset and data flow

ShafeekSaleem commented 3 years ago

@santoshdata As @NowinskiK suggested, I went with the PS module which has lots of flexibilities. You can select pipelines, datasets by folders and then deploy them onto the environment.

ShafeekSaleem commented 3 years ago

Between @NowinskiK Thank you for ur response earlier. I forgot to thank you😊

NowinskiK commented 3 years ago

@ShafeekSaleem no problem at all. Thanks. That's true - PS offers a lot of flexibility, however, the extension task is just UI on top of that and should offer exactly the same capabilities. The plan is to enhance the current feature of selecting objects. The following pattern: +obj_type.obj_name will be extended to that +obj_type.obj_name@folder_name