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 2023/01/04 09:30:19 UTC

[GitHub] [airflow] eladkal commented on issue #28679: Status of testing Providers that were prepared on January 02, 2023

eladkal commented on issue #28679:
URL: https://github.com/apache/airflow/issues/28679#issuecomment-1370683358

   >  I've found that we try to import numpy before pandas and in case of pandas not installed we more more likely get ModuleNotFoundError raised instead of AirflowOptionalProviderFeatureException
   
   I don't think this is a concern...
   This is a dependency of a dependency.
   If you use library directly you should make sure you install it and not relay on another package to do that for you.


-- 
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