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 2021/04/20 12:47:51 UTC

[GitHub] [airflow] potiuk commented on issue #15451: No module named 'airflow.providers.google.common.hooks.leveldb'

potiuk commented on issue #15451:
URL: https://github.com/apache/airflow/issues/15451#issuecomment-823245238


   Thanks @ClassyLion.
   
   It's a bug (harmless) in definition of the google provider 2.2.0 in fact:
   
   In `provider.yaml`:
   
   `airflow.providers.google.common.hooks.leveldb.LevelDBHook`
   
   should be:
   
   `airflow.providers.google.common.leveldb.LevelDBHook`
   
   


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

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