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
Just upgraded to dbt=0.16.0 and got the following error message when running:
$ dbt run --models analytics_table
Running with dbt=0.16.0
Error importing adapter: No module named 'google.api_core.client_options'
Encountered an error:
No module named 'google.api_core.client_options'
It looks like client_options was added in 1.13.0, but the user above had v0.12.0 installed.
Let's check out the requirements of google-cloud-core and google-cloud-bigquery. I think we may need to bump the minimum version of google-cloud-core in order to support:
client_options (via google-api-core)
the timeout argument to api_request (also per Slack)
Describe the bug
From Slack:
It looks like
client_options
was added in 1.13.0, but the user above had v0.12.0 installed.Let's check out the requirements of
google-cloud-core
andgoogle-cloud-bigquery
. I think we may need to bump the minimum version ofgoogle-cloud-core
in order to support:client_options
(viagoogle-api-core
)timeout
argument toapi_request
(also per Slack)Users' env:
The text was updated successfully, but these errors were encountered: