jason810496 commented on code in PR #66488:
URL: https://github.com/apache/airflow/pull/66488#discussion_r3341564478


##########
airflow-core/src/airflow/dag_processing/collection.py:
##########
@@ -165,8 +168,11 @@ def _get_latest_runs_stmt_partitioned(dag_id: str) -> 
Select:
             load_only(

Review Comment:
   BTW, please feel free to raise another PR for introducing small factory 
function to return the `load_only(DagRun.dag_id,...DagRun.partition_date,)` to 
ensure the consistency as  follow-up.



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