tirkarthi commented on issue #57344: URL: https://github.com/apache/airflow/issues/57344#issuecomment-3459593670
Postgres might need separate indices as per my understanding of my docs at https://www.postgresql.org/docs/current/indexes-ordering.html . Also using `nulls_first` and `nulls_last` in mysql might raise ProgrammingError and this needs to be skipped based on engine. https://github.com/sqlalchemy/sqlalchemy/discussions/8565 -- 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]
