gulshngill commented on a change in pull request #18968:
URL: https://github.com/apache/airflow/pull/18968#discussion_r732945444



##########
File path: airflow/models/dagrun.py
##########
@@ -270,7 +270,7 @@ def next_dagruns_to_examine(
     def find(
         dag_id: Optional[Union[str, List[str]]] = None,
         run_id: Optional[str] = None,
-        execution_date: Optional[datetime] = None,
+        execution_date: Optional[Union[datetime, List[datetime]]] = None,

Review comment:
       Not related to this PR but noticed that this did not match the type in 
the docstring




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