potiuk commented on PR #49339: URL: https://github.com/apache/airflow/pull/49339#issuecomment-2834494881
There is still one problem left - compat tests - because there `polars` is not present as extra in airflow. But what we can do, we can somewhat modify the scripts to add `polars` extra to common.sql - cheating a bit. In this script : https://github.com/apache/airflow/blob/main/scripts/in_container/install_airflow_and_providers.py#L720 we are looping through providers available in `/dist` folder and install them. So if find `apache_airflow_providers_common_sql` .whl file there we could add `[polars]` to it. -- 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]
