ashb commented on a change in pull request #8807:
URL: https://github.com/apache/airflow/pull/8807#discussion_r425681786
##########
File path: airflow/models/dagrun.py
##########
@@ -72,6 +72,7 @@ def __init__(self, dag_id=None, run_id=None,
execution_date=None, start_date=Non
self.start_date = start_date
self.external_trigger = external_trigger
self.conf = conf
+ self.conf = conf
Review comment:
Duplicate line here.
----------------------------------------------------------------
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]