josh-fell commented on issue #21949:
URL: https://github.com/apache/airflow/issues/21949#issuecomment-1057557073


   You should be able to trigger with just the name of the pipeline alone 
regardless if the pipeline is in a folder structure. This is an API limitation 
from what the error message says and in the 
[documentation](https://docs.microsoft.com/en-us/rest/api/datafactory/pipelines/create-run).
 The operator and hook do not perform any transformations of the name but 
simply passes the args through to the API call.
   
   IIRC the pipeline name is also unique within a resource group/factory and 
the folders are purely for visual organization. I don't believe you can create 
different pipelines in the same factory even when one is contained a folder.
   
   Have you tried triggering the pipeline with just the name?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to