rawwar commented on PR #44335:
URL: https://github.com/apache/airflow/pull/44335#issuecomment-2498122691

   > I don't think they will be reused actually. OrderBy are specific for each 
resource (dagrun, dag, asset, pool, variables, etc...).
   > 
   > And for 1 specific resource, the only endpoint that leverage this ordering 
is the `get_resources` (listing the resources).
   > 
   > Do we have any `order_by` that is re-used by at least 2 endpoints ?
   
   You are correct. I just checked. How about declaring sortable columns as 
constants and probably using a function to generate the Annotation?  If this 
does not sound good, I'll just close 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