potiuk commented on PR #49339: URL: https://github.com/apache/airflow/pull/49339#issuecomment-2825329806
I do not think we should base it on polars importability. We should not check for Airflow 3 here, but instead we should put minimum common.sql version (to the new version that will be released ) in all providers that are going to use the new feature. This is a "common.sql" not airflow feature, so theoretically when you install the new provider and they have `common.sql >=NEW_VERSION` the tests should also work for compatibility tests and polars should be installed - because we are going to install the new common.sql there. Or am I missing something?. -- 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]
