GoogleCloudPlatform / training-data-analyst

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

Bigquery version 2.x is no longer supported, but a few labs still explicitly install version 2.x or below. #2562

Open ammo414 opened 3 months ago

ammo414 commented 3 months ago

I ran into this issue while doing a machine learning lab. Per chalmerlowe, version 2 has not been supported for almost a year. Despite this, there are still mentions of version 2 throughout this repo. And because version 2 is not supported, the shapely issue isn't going to be fixed either, which means that some labs cannot be completed without removing the bigquery version 2 requirement.

With the following search query:

repo:GoogleCloudPlatform/training-data-analyst !pip install --user /google-cloud-bigquery==1./ OR !pip install --user /google-cloud-bigquery==2./ language:"Jupyter Notebook"

we can see that there are currently 6 jupyter notebooks with mentions of version 2.x or 1.x.