potiuk commented on PR #32319: URL: https://github.com/apache/airflow/pull/32319#issuecomment-1620655046
Actually - there is no need to make it backwards-compatible. We could make it a breaking change for ODBC provider and bump major version - and if you make it a named tuple with same attributes as Row, this will be "not too much breaking" change - it will mostly work for all the current users. Also adding make_serializable in common.sql in this context is not needed, and it's actually very good, because otherwise you would have to add dependency on newer version of common.sql to make it works. -- 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]
