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:43:12 UTC

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

kaxil commented on a change in pull request #10501:
URL: https://github.com/apache/airflow/pull/10501#discussion_r475710256



##########
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:
       This is a breaking change, many users use keyword args 




----------------------------------------------------------------
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