Incompatible with google-cloud-bigquery-storage>=2.0.0 #329
Labels
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
In the 2.0.0 version of google-cloud-bigquery-storage, they dropped the bigquery_storage_v1beta1 module for just bigquery_storage. This causes the following line to fail importing with google-cloud-bigquery-storage>=2.0.0.
https://github.com/pydata/pandas-gbq/blob/d251db03b159447331ac9ae63e13d295d75bad70/pandas_gbq/gbq.py#L20
Later, when trying to use the storage api, the following error is thrown since the module was unable to be imported.
Dropped bigquery_storage_v1beta1 module:
The text was updated successfully, but these errors were encountered: