Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedabu98 committed Dec 18, 2024
1 parent 1e1fe85 commit 984673d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ BigQueryIO.Write<Row> toWrite(Schema schema, PipelineOptions options) {
.withCustomGcsTempLocation(
ValueProvider.StaticValueProvider.of(options.getTempLocation()))
.withWriteDisposition(WriteDisposition.WRITE_APPEND)
// Use Avro format for better performance. Don't change this unless it's for a good reason.
.withAvroFormatFunction(dynamicDestinations.getAvroFilterFormatFunction(false));

if (!Strings.isNullOrEmpty(configuration.getCreateDisposition())) {
Expand Down

0 comments on commit 984673d

Please sign in to comment.