You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/08/24 15:59:04 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #10501: Make DagRun and Dag pylint-compatible

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 solve 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:
users@infra.apache.org