Skip to content

Commit

Permalink
Modified output table parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
rajkgupt committed May 13, 2024
1 parent 2d4887f commit f5ae6a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public interface Options
regexes = {".+:.+\\..+"},
description = "Output table to write to",
helpText =
"The BigQuery table name you want to create to store your processed data in. If you reuse an existing BigQuery table, the data is appended to the destination table.",
"The location of the BigQuery table to use to store the processed data. If you reuse an existing table, it is overwritten.",
example = "<PROJECT_ID>:<DATASET_NAME>.<TABLE_NAME>")
String getOutputTable();

Expand Down

0 comments on commit f5ae6a9

Please sign in to comment.