Skip to content

Commit

Permalink
Update v2/pubsub-to-mongodb/src/main/java/com/google/cloud/teleport/v…
Browse files Browse the repository at this point in the history
…2/templates/PubSubToMongoDB.java

Co-authored-by: Rebecca Szper <98840847+rszper@users.noreply.github.com>
  • Loading branch information
rajkgupt and rszper committed May 14, 2024
1 parent f5ae6a9 commit 72544b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public interface Options
order = 5,
description = "The dead-letter table name to output failed messages to BigQuery",
helpText =
"The BigQuery table that stores messages caused by failures such as mismatched schema, malformed JSON and so on.",
"The BigQuery table that stores messages caused by failures, such as mismatched schema, malformed JSON, and so on.",
example = "your-project-id:your-dataset.your-table-name")
@Validation.Required
String getDeadletterTable();
Expand Down

0 comments on commit 72544b9

Please sign in to comment.