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 2021/12/07 07:20:30 UTC

[GitHub] [airflow] uranusjr commented on issue #20073: Scheduled DAG Runs with Custom Parameters

uranusjr commented on issue #20073:
URL: https://github.com/apache/airflow/issues/20073#issuecomment-987639192


   Because a scheduled DAG run have not happened and does not exist anywhere when you want to provide it params, so how do you tell the scheduler to do it for something that does not exist yet? It is of course theoratically possible, but would require a much more involved design (semantics, storage infrastructure to persist the user request until the run actually happens, and UI elements to create, inspect, and edit the user-supplied params). instead of be trivially added. Feel free to work on a pull request to provide this.


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