vincbeck commented on code in PR #28900:
URL: https://github.com/apache/airflow/pull/28900#discussion_r1273682456


##########
airflow/api/common/experimental/__init__.py:
##########
@@ -41,7 +41,7 @@ def check_and_get_dag(dag_id: str, task_id: str | None = 
None) -> DagModel:
     return dag
 
 
-def check_and_get_dagrun(dag: DagModel, execution_date: datetime) -> DagRun:
+def check_and_get_dagrun(dag: DagModel, execution_date: datetime):

Review Comment:
   Done. For context, I removed it when I was working on removing `get_dagrun` 
and `get_task_instances`. But since I reverted these changes, I can add it back.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to