ephraimbuddy commented on a change in pull request #18724:
URL: https://github.com/apache/airflow/pull/18724#discussion_r765813039



##########
File path: tests/conftest.py
##########
@@ -533,7 +533,7 @@ def create_dagrun(self, **kwargs):
 
             if "run_type" not in kwargs:
                 kwargs["run_type"] = DagRunType.from_run_id(kwargs["run_id"])
-            if "execution_date" not in kwargs:
+            if "execution_date" not in kwargs or kwargs["execution_date"] is 
None:

Review comment:
       Updated the dag_maker.create_dagrun for ease of use




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to