collate is not supported by Storage API #592
Labels
api: bigquerystorage
Issues related to the googleapis/python-bigquery-storage API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
status: blocked
Resolving the issue is dependent on other work.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
I'm using Python BigQuery API to perform queries and create some extracts. Everything went fine, except when I made a change on the schema to add collate (case ignore) to string columns, the export stops to work.
https://cloud.google.com/bigquery/docs/reference/standard-sql/collation-concepts
status = StatusCode.FAILED_PRECONDITION
details = "request failed: column 'Fact' is unsupported by the Storage API"
debug_error_string = "UNKNOWN:Error received from peer ipv4:x.x.x.x {grpc_message:"request failed: column 'Fact' is unsupported by the Storage API", grpc_status:9, created_time:"2023-04-26T01:47:14.964649603-04:00"}"
Environment details
google-cloud-bigquery-storage
version: 2.19.1Steps to reproduce
Code example
Stack trace
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!
The text was updated successfully, but these errors were encountered: