pierrejeambrun commented on PR #22671: URL: https://github.com/apache/airflow/pull/22671#issuecomment-1088001036
`nullslast` func is creating a syntax error (sqlalchemy) with `mysql`. An alternative as `order_by(column.is_(None), column)` is creating a syntax on `mssql`. I am removing it from now. (nulls will appear first in descending order). -- 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]
