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/02/02 11:28:44 UTC

[GitHub] [airflow] mashirali opened a new issue #21266: Create DAGs Dynamically using REST API

mashirali opened a new issue #21266:
URL: https://github.com/apache/airflow/issues/21266


   ### Description
   
   I want to add an API endpoint which creates single or multiple dags dynamically using the API.
   
   ### Use case/motivation
   
   It can work as a backend for various ETL pipelines.
   
   ### 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] potiuk commented on issue #21266: Create DAGs Dynamically using REST API

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #21266:
URL: https://github.com/apache/airflow/issues/21266#issuecomment-1027892729


   This is impossible now. DAGs must be created as Python files in the DAGs folder. 
   
   There is a discussion of it (not very active) and possibly in the future it will be implemented -  one of the incarnations of it are here https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-5+Remote+DAG+Fetcher - but this is a fundamental change in how Airflow would work and we are not going to implement it any time soon (and if we do - this will be a lot of discussions and AIP). If you would like to raise discussion on it and get interest - feel free to start discussion in the devlist - because that's the only place where such fundamental changes might be raised. 
   
   You find the links to the devlist here: https://airflow.apache.org/community/
   
   For now I am closing it becaue this won't happen via "feature request". This is much more than a feature. This is changing how Airflow works entirely.


-- 
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] potiuk closed issue #21266: Create DAGs Dynamically using REST API

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #21266:
URL: https://github.com/apache/airflow/issues/21266


   


-- 
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