kaxil commented on PR #25663: URL: https://github.com/apache/airflow/pull/25663#issuecomment-1214471005
> Hi @kaxil , both of those failures seem to be related to snowflake connector. > > ``` > Unknown warnings generated: > > /usr/local/lib/python3.7/site-packages/snowflake/connector/options.py:99: > You have an incompatible version of 'pyarrow' installed (5.0.0), please install a version that adheres to: > 'pyarrow<8.1.0,>=8.0.0; extra == "pandas"' > ``` > > I see similar messages in the `airflow/scripts/in_container/verify_providers.py` file in `KNOWN_DEPRECATED_MESSAGES` e.g. > > ``` > ( > "You have an incompatible version of 'pyarrow' installed (6.0.1), please install a version that " > "adheres to: 'pyarrow<8.1.0,>=8.0.0; extra == \"pandas\"'", > "snowflake", > ) > ``` Should be fixed by https://github.com/apache/airflow/pull/25697 -- I have rebased the PR 🤞 -- 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]
