feng-tao commented on a change in pull request #4396: [AIRFLOW-3585] - Add
edges to database
URL: https://github.com/apache/airflow/pull/4396#discussion_r259595324
##########
File path: airflow/models/__init__.py
##########
@@ -3988,7 +4042,7 @@ def cli(self):
def create_dagrun(self,
run_id,
state,
- execution_date=None,
+ execution_date,
Review comment:
why we remove the default value? Have you checked all the places that refer
this method and make sure it doesn't break?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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