You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After upgrading to v0.8.16.0 the bigquery sink is missing dependencies and throws following error:
ConfigurationError: bigquery is disabled; try running: pip install 'acryl-datahub[bigquery]'
which comes from 'bigquery': ModuleNotFoundError("No module named 'google.cloud.logging_v2'"),
even after executing the recommended pip install 'acryl-datahub[bigquery]'
To Reproduce
Steps to reproduce the behavior:
doing a clean install with acryl-datahub and bigquery package only
execute any recipe using the bigquery sink
See error
Expected behavior
Installation of bigquery module should install required google-cloud-logging package
Desktop (please complete the following information):
OS: macOS 11.6
Version Datahub 0.8.16.0
The text was updated successfully, but these errors were encountered:
Describe the bug
After upgrading to
v0.8.16.0
the bigquery sink is missing dependencies and throws following error:ConfigurationError: bigquery is disabled; try running: pip install 'acryl-datahub[bigquery]'
which comes from
'bigquery': ModuleNotFoundError("No module named 'google.cloud.logging_v2'"),
even after executing the recommended
pip install 'acryl-datahub[bigquery]'
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Installation of bigquery module should install required
google-cloud-logging
packageDesktop (please complete the following information):
The text was updated successfully, but these errors were encountered: