Skip to content

Commit

Permalink
fix: debugging insertEventBatch
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Feb 8, 2024
1 parent 5040038 commit 19e7787
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/bq.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ const bqDataset = new BigQuery().dataset(
);

export function insertEventBatch(eventBatch: EventBatch) {
console.log('insertEventBatch', insertEventBatch);
return bqDataset.table(TABLE).insert(eventBatch);
}

0 comments on commit 19e7787

Please sign in to comment.