You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Couldn't use caching when connector is BigQuery. After discussing with @onlyjackfrost, there might be two places we need to modify in packages/extension-driver-bq/src/lib/bgDataSource.ts:
// Use the directory to avoid filename collision,// The wildcard indicates the partition,// ref: https://cloud.google.com/bigquery/docs/reference/standard-sql/other-statements#export_option_listconstbucketObjPrefix=path.join(bucketName,directory);consturi=`gs://${path.join(bucketObjPrefix,'part*.parquet')}`;constqueryOptions={query: `EXPORT DATA OPTIONS( uri="${uri}", format='PARQUET') AS ${statement}`,location: options?.location||'US',};
Environment
Version:
OS: macOS with M1 chip
What's wrong?
Couldn't use caching when connector is BigQuery. After discussing with @onlyjackfrost, there might be two places we need to modify in
packages/extension-driver-bq/src/lib/bgDataSource.ts
:What's the correct behavior?
Users can caching when the connector is BigQuery
Reproducing steps
The text was updated successfully, but these errors were encountered: