Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version of BigQuery sink with lineage parsers misses dependency #3450

Closed
DSchmidtDev opened this issue Oct 25, 2021 · 1 comment
Closed
Labels
accepted An Issue that is confirmed as a bug by the DataHub Maintainers. bug Bug report

Comments

@DSchmidtDev
Copy link
Contributor

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:

  1. doing a clean install with acryl-datahub and bigquery package only
  2. execute any recipe using the bigquery sink
  3. 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
@DSchmidtDev DSchmidtDev added the bug Bug report label Oct 25, 2021
@shirshanka shirshanka added the accepted An Issue that is confirmed as a bug by the DataHub Maintainers. label Oct 25, 2021
@shirshanka
Copy link
Contributor

@varunbharill : could you take a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted An Issue that is confirmed as a bug by the DataHub Maintainers. bug Bug report
Projects
None yet
Development

No branches or pull requests

2 participants