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

Missing pipeline subfolder #318

Closed lucacheli closed 1 year ago

lucacheli commented 1 year ago

I have a Pipeline Folder named "ETL_Detector_Photo", which includes a subfolder named "Iterative" with a few more pipelines in it.

Using the syntax for filtering:

+.@ETL_DataLake_Detector_Photo or +.@ETL_DataLake_Detector_Photo. or +.*@ETL_DataLake_Detector_Photo.Iterative

I am unable to publish this subfolder and the pipelines it contains on the destination ADF, while the parent folder and the pipelines it contains are correctly published.

Am I using the wrong syntax or there is some limitation on nested folders?

Thanks