From 1d718cdb65fabe9d69c1e4edbe39206c40650efe Mon Sep 17 00:00:00 2001 From: The Magician Date: Fri, 13 Nov 2020 10:25:30 -0800 Subject: [PATCH] fix typo + add orc (#4230) (#331) Signed-off-by: Modular Magician --- plugins/modules/gcp_bigquery_table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/gcp_bigquery_table.py b/plugins/modules/gcp_bigquery_table.py index 0f9bb18..4a17034 100644 --- a/plugins/modules/gcp_bigquery_table.py +++ b/plugins/modules/gcp_bigquery_table.py @@ -257,7 +257,7 @@ options: description: - The data format. - 'Some valid choices include: "CSV", "GOOGLE_SHEETS", "NEWLINE_DELIMITED_JSON", - "AVRO", "DATASTORE_BACKUP", "BIGTABLE"' + "AVRO", "DATASTORE_BACKUP", "BIGTABLE", "ORC"' required: false type: str source_uris: