dstandish edited a comment 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-491677635 @yampelo one more idea: If the concern here is just templating behavior, we could just add a `dag_run_conf` attribute to the template context, which would be `{}` by default and the conf if one exists. Then we could do, for example, `{{ dag_run_conf.get('start_date', ds) }}`.
---------------------------------------------------------------- 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
