Skip to content

Commit

Permalink
Add pipeline description
Browse files Browse the repository at this point in the history
  • Loading branch information
Amar3tto committed Feb 23, 2024
1 parent 45659c6 commit c1e54fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Java/src/main/java/bigquery/WriteWithAvroWriterBQ.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
import java.util.Arrays;
import java.util.List;

/**
* Pipeline for writing data to Google Cloud BigQuery using Avro serialization. The pipeline creates
* an output table in BigQuery and writes {@code ExampleRecord} instances to it. The AvroWriter
* configuration in the pipeline applies a custom format function with a modified write behavior
* that involves appending a suffix to string values before writing to BigQuery.
*/
public class WriteWithAvroWriterBQ {

/** Represents an Example BigQuery record. */
Expand Down

0 comments on commit c1e54fb

Please sign in to comment.