wilson created AIRFLOW-5619:
-------------------------------
Summary: Backfill conf does not overwrite existing value.
Key: AIRFLOW-5619
URL: https://issues.apache.org/jira/browse/AIRFLOW-5619
Project: Apache Airflow
Issue Type: Bug
Components: backfill
Affects Versions: 1.10.5
Reporter: wilson
I have a job that is scheduled to run periodically. Occasionally, the job
needs to be reran but with different config. {{airflow backfill -c}} allows
the option to backfill jobs with custom config.
However, I found that the config is not overwritten once the dag run is
created. The config is only populate for dag run that is not created. I also
tried {{airflow backfill --reset_dagruns -c}}, but the config did not hanged.
Is there any option to pass in a different config that can overwrite the
default settings?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)