You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/12 14:19:53 UTC

[GitHub] [airflow] fletchjeff commented on pull request #25663: Add @task.kubernetes taskflow decorator

fletchjeff commented on PR #25663:
URL: https://github.com/apache/airflow/pull/25663#issuecomment-1213163117

   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",
       )
   ```
   
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org