I'm trying to read an external table using bigquery storage api in python, and got the error message:
"Only external tables with connections can be read with the Storage API."
The source data is a csv file in Google cloud storage.
I've created a spark connection, and granted the service account I'm using to authenticate BigQuery Connection User, but still hitting the same error.
What am I missing or doing wrong?