uranusjr commented on code in PR #31455:
URL: https://github.com/apache/airflow/pull/31455#discussion_r1199992634


##########
airflow/www/views.py:
##########
@@ -5177,6 +5177,7 @@ class DagRunModelView(AirflowPrivilegeVerifierModelView):
         "queued_at",
         "start_date",
         "end_date",
+        # Ordering is not supported on association proxies
         # "note", # todo: maybe figure out how to re-enable this

Review Comment:
   The new comment is arguably unrelated and should be removed from this PR.



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