Skip to content

Commit

Permalink
Merge branch 'main' into feat-bq-write-cdc
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarowolfx authored Aug 16, 2024
2 parents 5d49daf + 02aef98 commit a2ac994
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/managedwriter/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ export {
PendingStream,
} from './stream_types';
export {parseStorageErrors} from './error';
export {setLogFunction} from './logger';
export {setLogFunction} from '../util/logger';
2 changes: 1 addition & 1 deletion src/managedwriter/stream_connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import * as protos from '../../protos/protos';

import {WriterClient} from './writer_client';
import {PendingWrite} from './pending_write';
import {logger} from './logger';
import {logger} from '../util/logger';

type TableSchema = protos.google.cloud.bigquery.storage.v1.ITableSchema;
type IInt64Value = protos.google.protobuf.IInt64Value;
Expand Down
File renamed without changes.

0 comments on commit a2ac994

Please sign in to comment.