ephraimbuddy commented on code in PR #59764:
URL: https://github.com/apache/airflow/pull/59764#discussion_r2812193992
##########
airflow-core/src/airflow/models/taskinstance.py:
##########
@@ -227,6 +227,49 @@ def _recalculate_dagrun_queued_at_deadlines(
# These changes are committed by the calling function.
+def get_new_tasks(
+ dag_id: str,
+ run_id: str,
+ session: Session,
+) -> Collection[str | tuple[str, int]]:
Review Comment:
Should we make this private?
--
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]