You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/03/02 12:06:18 UTC

[GitHub] [airflow] nivfteradata opened a new issue #21939: Specifying a subdir when triggering a DAG via REST API

nivfteradata opened a new issue #21939:
URL: https://github.com/apache/airflow/issues/21939


   ### Description
   
   Nowadays, it seems that it is not possible to list/trigger DAGs using a subdir parameter via REST API, although it is supported on the Airflow CLI commands
   
   ### Use case/motivation
   
   The relevant list/trigger DAGs REST API operations to support the subdir parameter
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] boring-cyborg[bot] commented on issue #21939: Specifying a subdir when triggering a DAG via REST API

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #21939:
URL: https://github.com/apache/airflow/issues/21939#issuecomment-1056855193


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] mik-laj commented on issue #21939: Specifying a subdir when triggering a DAG via REST API

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #21939:
URL: https://github.com/apache/airflow/issues/21939#issuecomment-1056892696


   Why do you need this parameter? The webserver does not read DAG files, but only uses serialized DAGs from the database, so this parameter doesn't make sense.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org