Skip to content

Commit

Permalink
samples: fixed number of failures during importing. (#198)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Fenster <fenster@google.com>
  • Loading branch information
Arakel2811 and alexander-fenster authored Jul 29, 2022
1 parent 6fcb5c4 commit 753cc1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function main() {
await utils.createBqTable(dataset, invalidTable, schema);
await utils.uploadDataToBqTable(
dataset,
validTable,
invalidTable,
invalidSourceFile,
schema
);
Expand Down

0 comments on commit 753cc1f

Please sign in to comment.