jscheffl commented on PR #49763: URL: https://github.com/apache/airflow/pull/49763#issuecomment-2831220662
I am not a big user of backfills and therefore might not have an insight... but: Backfill is to trigger runs that had not been executed in the past. They logically should be "similar" to cases when a scheduler would have executed them. If DAGs are scheduled, then all defined parameters are made with their default values - scheduled jobs do not have a trigger form. Is it a "we can and therefore we make it" or is there a real functional need to be able to change params when making a backfill? Because it might be different to scheduled runs. -- 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]
