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/06/10 11:52:20 UTC

[GitHub] [airflow] kijewskimateusz opened a new issue, #24374: {providers_manager.py:218} INFO - Optional provider feature disabled when importing 'airflow.providers.google.leveldb.hooks.leveldb.LevelDBHook' from 'apache-airflow-providers-google' package

kijewskimateusz opened a new issue, #24374:
URL: https://github.com/apache/airflow/issues/24374

   ### Apache Airflow version
   
   2.3.2 (latest released)
   
   ### What happened
   
   I'm running locally Airflow 2.3.2 on my ARM-based laptop and when building webserver, I'm seeing multiple notifications with content:
   
   `{providers_manager.py:218} INFO - Optional provider feature disabled when importing 'airflow.providers.google.leveldb.hooks.leveldb.LevelDBHook' from 'apache-airflow-providers-google' package`
   
   ### What you think should happen instead
   
   I think info should be prompted only once or feature should be enabled
   
   ### How to reproduce
   
   I'm using `apache/airflow:2.3.2` image, installing additional provider packages mentioned below
   
   ### Operating System
   
   12.4 (21F79)
   
   ### Versions of Apache Airflow Providers
   
   apache-airflow-providers-postgres==4.1.0
   apache-airflow-providers-databricks==2.6.0
   
   ### Deployment
   
   Docker-Compose
   
   ### Deployment details
   
   I'm building custom dockerimage as provided in Airflow docupmmentation and then execution it using docker compose command
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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.apache.org

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


[GitHub] [airflow] potiuk closed issue #24374: Airflow on ARM - Optional provider feature disabled when importing 'airflow.providers.google.leveldb.hooks.leveldb.LevelDBHook' from 'apache-airflow-providers-google' package

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #24374: Airflow on ARM - Optional provider feature disabled when importing 'airflow.providers.google.leveldb.hooks.leveldb.LevelDBHook' from 'apache-airflow-providers-google' package
URL: https://github.com/apache/airflow/issues/24374


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


[GitHub] [airflow] kijewskimateusz commented on issue #24374: Airflow on ARM - Optional provider feature disabled when importing 'airflow.providers.google.leveldb.hooks.leveldb.LevelDBHook' from 'apache-airflow-providers-google' package

Posted by GitBox <gi...@apache.org>.
kijewskimateusz commented on issue #24374:
URL: https://github.com/apache/airflow/issues/24374#issuecomment-1152352427

   I've tested it with `airflow:slim-2.3.2` image and issue disappeared. After adding `apache-airflow-providers-google==7.0.0
   ` into Airflow dependencies, I'm notified about optional provider feature being disabled.
   
   I'm wondering whether this won't cause any harm when needed to use this module using ARM-based machine


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


[GitHub] [airflow] potiuk commented on issue #24374: Airflow on ARM - Optional provider feature disabled when importing 'airflow.providers.google.leveldb.hooks.leveldb.LevelDBHook' from 'apache-airflow-providers-google' package

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #24374:
URL: https://github.com/apache/airflow/issues/24374#issuecomment-1152724609

   > I've tested it with `airflow:slim-2.3.2` image and issue disappeared. After adding `apache-airflow-providers-google==7.0.0 ` into Airflow dependencies, I'm notified about optional provider feature being disabled.
   > 
   > I'm wondering whether this won't cause any harm when needed to use this module using ARM-based machine
   
   INFO is an info - not warning. It's for diagnostics.  I don't think INFO message is anything you should be worried about.
   
   You can get rid of it by installing the optional dependencies. But maybe indeed some extra message how it can be enabled. Would you like to maybe contribute a better message there? 
   
   I am happy to guide you and review your Pull Request for it. You can become one of > 2K contributors to Apache Airflow.
   
   Converting it to a discussin as this is really not a bug.


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


[GitHub] [airflow] boring-cyborg[bot] commented on issue #24374: {providers_manager.py:218} INFO - Optional provider feature disabled when importing 'airflow.providers.google.leveldb.hooks.leveldb.LevelDBHook' from 'apache-airflow-providers-google' package

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #24374:
URL: https://github.com/apache/airflow/issues/24374#issuecomment-1152278773

   Thanks for opening your first issue here! Be sure to follow the issue template!
   


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