dstandish commented on issue #18501:
URL: https://github.com/apache/airflow/issues/18501#issuecomment-933828352


   thing to consider: mysql 5.7 does not have row_number... not sure how 
careful we are about this kind of issue... maybe sqlalchemy rewrites it to use 
variables (the way to do row number on pre-window-function mysql)
   
   suprisingly, apparently sqlite3 3.25 _does_  have window functions ...
   


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