pierrejeambrun commented on code in PR #42959:
URL: https://github.com/apache/airflow/pull/42959#discussion_r1806395869


##########
airflow/api_fastapi/parameters.py:
##########
@@ -129,6 +129,26 @@ def transform_aliases(self, value: str | None) -> str | 
None:
         return value
 
 
+class _OrderByParam(BaseParam[str]):

Review Comment:
   I cannot reproduce the error on your branch. Both unit tests (with sqllite), 
and manual local tests with breeze on postgres work:
   ![Screenshot 2024-10-18 at 14 13 
53](https://github.com/user-attachments/assets/a682b257-35e7-45ab-b9a9-49158e79bcd8)
   
   What are the steps to experience your issue ?



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