Piatachock commented on PR #25158: URL: https://github.com/apache/airflow/pull/25158#issuecomment-1195640508
Not sure if fails are related to changes of this PR; ``` Unknown warnings generated: [1393](https://github.com/apache/airflow/runs/7520766090?check_suite_focus=true#step:12:1400) /usr/local/lib/python3.7/site-packages/snowflake/connector/options.py:99: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"' ... ERROR! There were 1 warnings generated during the import ``` and ``` [13951](https://github.com/apache/airflow/runs/7520766090?check_suite_focus=true#step:10:13965) tests/providers/google/common/auth_backend/test_google_openid.py F...... [ 74%] ... > assert "[email protected]" == current_user.email [14171](https://github.com/apache/airflow/runs/7520766090?check_suite_focus=true#step:10:14185) E AttributeError: 'AnonymousUser' object has no attribute 'email' ``` Do not seem related to this PR for me. -- 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]
