Skip to content

Commit

Permalink
rm explicit streaming_inserts
Browse files Browse the repository at this point in the history
  • Loading branch information
kellen committed Feb 6, 2025
1 parent 349446f commit 1fe5f0b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@ final class BigQueryIOTest extends ScioIOSpec {
.testStream(testStreamOf[GenericRecord].advanceWatermarkToInfinity())
.saveAsBigQueryTable(
Table.Spec("project:dataset.dummy"),
createDisposition = CreateDisposition.CREATE_NEVER,
method = Method.STREAMING_INSERTS
createDisposition = CreateDisposition.CREATE_NEVER
)
}
}
Expand Down

0 comments on commit 1fe5f0b

Please sign in to comment.