From 05f0e6d0e27c58fcc5a40f24399b903d8387a89d Mon Sep 17 00:00:00 2001 From: ilyal Date: Sun, 14 Jun 2020 08:11:49 +0300 Subject: [PATCH] make range parametr optional --- 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 ffcb9d0..b867aa6 100644 --- a/plugins/modules/gcp_bigquery_table.py +++ b/plugins/modules/gcp_bigquery_table.py @@ -335,7 +335,7 @@ options: range: description: - Range of a sheet to query from. Only used when non-empty. - required: true + required: false type: str csv_options: description: