GoogleCloudPlatform / training-data-analyst

Labs and demos for courses for GCP Training (http://cloud.google.com/training).
Apache License 2.0
7.75k stars 5.81k forks source link

Importing bigquery_storage #1211

Open Rishit-dagli opened 3 years ago

Rishit-dagli commented 3 years ago

I am trying the blogs/babyweight/train_deploy.ipynb. Running the cells which preprocess and filter the data, I face an error-

cannot import name 'bigquery_storage_v1' from 'google.cloud' (unknown location)

This seems to me like a dependency that is missing specifically the google-cloud-bigquery-storage which is used here as I am able to use the other functions of google.cloud.

Rishit-dagli commented 3 years ago

This is indeed a notebook problem, I have proposed PR #1212 which fixes this.