Lee-W commented on code in PR #59115:
URL: https://github.com/apache/airflow/pull/59115#discussion_r2700710679
##########
airflow-core/src/airflow/dag_processing/collection.py:
##########
@@ -129,6 +130,39 @@ def _get_latest_runs_stmt(dag_id: str) -> Select:
)
+def _get_latest_runs_stmt_partitioned(dag_id: str) -> Select:
Review Comment:
It doesn't really make sense in my taste, but I'm ok with it.
--
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]