potiuk commented on a change in pull request #10501:
URL: https://github.com/apache/airflow/pull/10501#discussion_r475720645
##########
File path: airflow/models/dag.py
##########
@@ -1469,7 +1515,7 @@ def create_dagrun(self,
run_id=None,
start_date=None,
external_trigger=False,
- conf=None,
+ conf_dict=None,
Review comment:
True. Will go back with that - besides seems some cyclic imports need to
be solved as well. I ill let the other "pylint" changes to be merged and will
take a stab (I think one last time :) ) into this one ... We are basically 3
files to go :)
----------------------------------------------------------------
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]