tirkarthi commented on issue #57344: URL: https://github.com/apache/airflow/issues/57344#issuecomment-3452131007
It seems nulls check is always done through when case approach for all engines irrespective of mysql without using sqlalchemy `nulls_first` and `nulls_last`. https://github.com/apache/airflow/blob/6b3435e9f3fdb67d963217e40ca30a92ba74d619/airflow-core/src/airflow/api_fastapi/common/parameters.py#L251-L253 -- 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]
