From 30b3993396ac4158d57ffc3f1d8b3e82a9c05c13 Mon Sep 17 00:00:00 2001 From: The Magician Date: Fri, 24 May 2019 16:31:52 -0700 Subject: [PATCH] Replace description: > with description: | (#264) Signed-off-by: Modular Magician --- plugins/modules/gcp_bigquery_table.py | 30 ++++++++++----------- plugins/modules/gcp_bigquery_table_facts.py | 16 +++++------ 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/plugins/modules/gcp_bigquery_table.py b/plugins/modules/gcp_bigquery_table.py index db46277..fcd6d2f 100644 --- a/plugins/modules/gcp_bigquery_table.py +++ b/plugins/modules/gcp_bigquery_table.py @@ -207,14 +207,14 @@ options: required: false source_uris: description: - - 'The fully-qualified URIs that point to your data in Google Cloud. For Google - Cloud Storage URIs: Each URI can contain one ''*'' wildcard character and - it must come after the ''bucket'' name. Size limits related to load jobs - apply to external data sources. For Google Cloud Bigtable URIs: Exactly - one URI can be specified and it has be a fully specified and valid HTTPS - URL for a Google Cloud Bigtable table. For Google Cloud Datastore backups, - exactly one URI can be specified. Also, the ''*'' wildcard character is - not allowed.' + - The fully-qualified URIs that point to your data in Google Cloud. + - 'For Google Cloud Storage URIs: Each URI can contain one ''*'' wildcard + character and it must come after the ''bucket'' name. Size limits related + to load jobs apply to external data sources. For Google Cloud Bigtable URIs: + Exactly one URI can be specified and it has be a fully specified and valid + HTTPS URL for a Google Cloud Bigtable table. For Google Cloud Datastore + backups, exactly one URI can be specified. Also, the ''*'' wildcard character + is not allowed.' required: false schema: description: @@ -655,13 +655,13 @@ externalDataConfiguration: type: str sourceUris: description: - - 'The fully-qualified URIs that point to your data in Google Cloud. For Google - Cloud Storage URIs: Each URI can contain one ''*'' wildcard character and - it must come after the ''bucket'' name. Size limits related to load jobs apply - to external data sources. For Google Cloud Bigtable URIs: Exactly one URI - can be specified and it has be a fully specified and valid HTTPS URL for a - Google Cloud Bigtable table. For Google Cloud Datastore backups, exactly one - URI can be specified. Also, the ''*'' wildcard character is not allowed.' + - The fully-qualified URIs that point to your data in Google Cloud. + - 'For Google Cloud Storage URIs: Each URI can contain one ''*'' wildcard character + and it must come after the ''bucket'' name. Size limits related to load jobs + apply to external data sources. For Google Cloud Bigtable URIs: Exactly one + URI can be specified and it has be a fully specified and valid HTTPS URL for + a Google Cloud Bigtable table. For Google Cloud Datastore backups, exactly + one URI can be specified. Also, the ''*'' wildcard character is not allowed.' returned: success type: list schema: diff --git a/plugins/modules/gcp_bigquery_table_facts.py b/plugins/modules/gcp_bigquery_table_facts.py index 404a732..08a8d20 100644 --- a/plugins/modules/gcp_bigquery_table_facts.py +++ b/plugins/modules/gcp_bigquery_table_facts.py @@ -314,14 +314,14 @@ resources: type: str sourceUris: description: - - 'The fully-qualified URIs that point to your data in Google Cloud. For - Google Cloud Storage URIs: Each URI can contain one ''*'' wildcard character - and it must come after the ''bucket'' name. Size limits related to load - jobs apply to external data sources. For Google Cloud Bigtable URIs: Exactly - one URI can be specified and it has be a fully specified and valid HTTPS - URL for a Google Cloud Bigtable table. For Google Cloud Datastore backups, - exactly one URI can be specified. Also, the ''*'' wildcard character is - not allowed.' + - The fully-qualified URIs that point to your data in Google Cloud. + - 'For Google Cloud Storage URIs: Each URI can contain one ''*'' wildcard + character and it must come after the ''bucket'' name. Size limits related + to load jobs apply to external data sources. For Google Cloud Bigtable + URIs: Exactly one URI can be specified and it has be a fully specified + and valid HTTPS URL for a Google Cloud Bigtable table. For Google Cloud + Datastore backups, exactly one URI can be specified. Also, the ''*'' wildcard + character is not allowed.' returned: success type: list schema: