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

_get_credentials call in to_gbq will stop working after next major google provider release #703

Closed
feluelle opened this issue Aug 19, 2022 · 0 comments · Fixed by #717
Closed
Assignees

Comments

@feluelle
Copy link
Member

The following PR got merged which changes GoogleBaseHook._get_credentials to be public i.e. GoogleBaseHook.get_credentials which will cause this line (in our bigquery load file functionality) to crash.

related: #668

The safest solution would be to already pin the version for the google cloud provider to >=6.4.0,<7.0.0 and once version 7 has been released, we can fix the reference in our code and remove the upper version limit.

cc @kaxil

@feluelle feluelle changed the title _get_credentials in bigquery load via pandas will stop working in next google provider release _get_credentials call in to_gbq will stop working after next major google provider release Aug 19, 2022
@kaxil kaxil self-assigned this Aug 22, 2022
kaxil added a commit that referenced this issue Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants