dstandish commented on issue #5263: [AIRFLOW-4490] dag_run.conf should be an empty dictionary by default instead of None URL: https://github.com/apache/airflow/pull/5263#issuecomment-491687654 @yampelo ok last idea (probably) Maybe this is better... in `TaskInstance.get_template_context`, could initialize `dag_run` with `DagRun()` and set `dag_run.conf = {}`. here: https://github.com/apache/airflow/blob/7dda0c120a336ac6c12e2de0ca850bbafdc71483/airflow/models/taskinstance.py#L1079
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
