Skip to content

Commit 1fca7c7

Browse files
committed
remove console.log
1 parent fb515e6 commit 1fca7c7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/extension-driver-bq/src/lib/bqDataSource.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ export class BQDataSource extends DataSource<any, BQOptions> {
8484
// ref: https://cloud.google.com/bigquery/docs/reference/standard-sql/other-statements#export_option_list
8585
const bucketObjPrefix = path.join(bucketName, directory);
8686
const uri = `gs://${path.join(bucketObjPrefix, 'part*.parquet')}`;
87-
console.log(directory)
8887
const queryOptions = {
8988
query: `EXPORT DATA OPTIONS( uri="${uri}", format='PARQUET') AS ${statement}`,
9089
location: options?.location || 'US',

0 commit comments

Comments
 (0)