vincbeck commented on code in PR #41033:
URL: https://github.com/apache/airflow/pull/41033#discussion_r1691954135
##########
airflow/models/dagrun.py:
##########
@@ -1679,6 +1679,10 @@ def get_log_filename_template(self, *, session: Session
= NEW_SESSION) -> str:
return self.get_log_template(session=session).filename
+def _dagrun_get_partial_task_ids(dag: DAG) -> list[str] | None:
Review Comment:
nit: why the prefix `dagrun_`?
--
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]