GoogleCloudPlatform / GoogleCloudPlatform/training-data-analyst
Importing bigquery_storage
Open
- Dominant language
- Jupyter Notebook
- Stars
- 8.6k
- Forks
- 6.1k
- Avg merge
- 4h 44m
- Merged PRs (30d)
- 2
Description
I am trying the [blogs/babyweight/train_deploy.ipynb]( https://github.com/GoogleCloudPlatform/training-data-analyst/blob/master/blogs/babyweight/train_deploy.ipynb). Running the cells which preprocess and filter the data, I face an error-
```sh
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`.
Contributor guide
Assessment
This issue has not been assessed yet.