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/06 16:28:48 UTC

[GitHub] [airflow] theis188 edited a comment on issue #20073: Scheduled DAG Runs with Custom Parameters

theis188 edited a comment on issue #20073:
URL: https://github.com/apache/airflow/issues/20073#issuecomment-986937142


   Thanks for the response! My proposal is to add the ability to set schedules with custom parameters (`dag_run.conf`) in code, not at run time. The custom params would be consumed at runtime, but defined in code, in version control, etc.
   
   Currently, it is possible to set custom parameters on a manual trigger (from the UI or the CLI), but when it is scheduled, only the default params can be used.
   
   Edit: The Timetable feature looks like it adds a lot of flexibility on scheduling, but not necessarily on adding custom params.


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