Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Ansible Markdown Parser #284

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 11 additions & 13 deletions lib/ansible/modules/cloud/google/gcp_bigquery_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
domain:
description:
- A domain to grant access to. Any users signed in with the domain specified
will be granted the specified access .
will be granted the specified access.
required: false
group_by_email:
description:
Expand All @@ -68,7 +68,7 @@
role:
description:
- Describes the rights granted to the user specified by the other member of
the access object .
the access object.
- 'Some valid choices include: "READER", "WRITER", "OWNER"'
required: false
special_group:
Expand All @@ -77,8 +77,7 @@
required: false
user_by_email:
description:
- 'An email address of a user to grant access to. For example: [email protected]
.'
- 'An email address of a user to grant access to. For example: [email protected].'
required: false
view:
description:
Expand Down Expand Up @@ -118,7 +117,7 @@
required: false
default_table_expiration_ms:
description:
- The default lifetime of all tables in the dataset, in milliseconds .
- The default lifetime of all tables in the dataset, in milliseconds.
required: false
description:
description:
Expand All @@ -131,7 +130,7 @@
labels:
description:
- The labels associated with this dataset. You can use these to organize and group
your datasets .
your datasets.
required: false
location:
description:
Expand Down Expand Up @@ -169,7 +168,7 @@
domain:
description:
- A domain to grant access to. Any users signed in with the domain specified
will be granted the specified access .
will be granted the specified access.
returned: success
type: str
groupByEmail:
Expand All @@ -180,7 +179,7 @@
role:
description:
- Describes the rights granted to the user specified by the other member of
the access object .
the access object.
returned: success
type: str
specialGroup:
Expand All @@ -190,8 +189,7 @@
type: str
userByEmail:
description:
- 'An email address of a user to grant access to. For example: [email protected]
.'
- 'An email address of a user to grant access to. For example: [email protected].'
returned: success
type: str
view:
Expand Down Expand Up @@ -244,7 +242,7 @@
type: str
defaultTableExpirationMs:
description:
- The default lifetime of all tables in the dataset, in milliseconds .
- The default lifetime of all tables in the dataset, in milliseconds.
returned: success
type: int
description:
Expand All @@ -260,13 +258,13 @@
id:
description:
- The fully-qualified unique name of the dataset in the format projectId:datasetId.
The dataset name without the project name is given in the datasetId field .
The dataset name without the project name is given in the datasetId field.
returned: success
type: str
labels:
description:
- The labels associated with this dataset. You can use these to organize and group
your datasets .
your datasets.
returned: success
type: dict
lastModifiedTime:
Expand Down
14 changes: 6 additions & 8 deletions lib/ansible/modules/cloud/google/gcp_bigquery_dataset_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
domain:
description:
- A domain to grant access to. Any users signed in with the domain specified
will be granted the specified access .
will be granted the specified access.
returned: success
type: str
groupByEmail:
Expand All @@ -83,7 +83,7 @@
role:
description:
- Describes the rights granted to the user specified by the other member
of the access object .
of the access object.
returned: success
type: str
specialGroup:
Expand All @@ -93,8 +93,7 @@
type: str
userByEmail:
description:
- 'An email address of a user to grant access to. For example: [email protected]
.'
- 'An email address of a user to grant access to. For example: [email protected].'
returned: success
type: str
view:
Expand Down Expand Up @@ -147,7 +146,7 @@
type: str
defaultTableExpirationMs:
description:
- The default lifetime of all tables in the dataset, in milliseconds .
- The default lifetime of all tables in the dataset, in milliseconds.
returned: success
type: int
description:
Expand All @@ -163,14 +162,13 @@
id:
description:
- The fully-qualified unique name of the dataset in the format projectId:datasetId.
The dataset name without the project name is given in the datasetId field
.
The dataset name without the project name is given in the datasetId field.
returned: success
type: str
labels:
description:
- The labels associated with this dataset. You can use these to organize and
group your datasets .
group your datasets.
returned: success
type: dict
lastModifiedTime:
Expand Down
43 changes: 21 additions & 22 deletions lib/ansible/modules/cloud/google/gcp_bigquery_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
---
module: gcp_bigquery_table
description:
- A Table that belongs to a Dataset .
- A Table that belongs to a Dataset.
short_description: Creates a GCP Table
version_added: 2.8
author: Google Inc. (@googlecloudplatform)
Expand Down Expand Up @@ -75,7 +75,7 @@
labels:
description:
- The labels associated with this dataset. You can use these to organize and group
your datasets .
your datasets.
required: false
name:
description:
Expand All @@ -88,7 +88,7 @@
suboptions:
use_legacy_sql:
description:
- Specifies whether to use BigQuery's legacy SQL for this view .
- Specifies whether to use BigQuery's legacy SQL for this view.
required: false
type: bool
user_defined_function_resources:
Expand Down Expand Up @@ -190,13 +190,13 @@
ignore_unknown_values:
description:
- Indicates if BigQuery should allow extra values that are not represented
in the table schema .
in the table schema.
required: false
type: bool
max_bad_records:
description:
- The maximum number of bad records that BigQuery can ignore when reading
data .
data.
required: false
default: '0'
source_format:
Expand Down Expand Up @@ -233,7 +233,7 @@
fields:
description:
- Describes the nested schema fields if the type property is set to
RECORD .
RECORD.
required: false
mode:
description:
Expand Down Expand Up @@ -269,13 +269,13 @@
allow_jagged_rows:
description:
- Indicates if BigQuery should accept rows that are missing trailing optional
columns .
columns.
required: false
type: bool
allow_quoted_newlines:
description:
- Indicates if BigQuery should allow quoted data sections that contain
newline characters in a CSV file .
newline characters in a CSV file.
required: false
type: bool
encoding:
Expand Down Expand Up @@ -305,7 +305,7 @@
ignore_unspecified_column_families:
description:
- If field is true, then the column families that are not specified in
columnFamilies list are not exposed in the table schema .
columnFamilies list are not exposed in the table schema.
required: false
type: bool
read_rowkey_as_string:
Expand Down Expand Up @@ -340,7 +340,7 @@
only_read_latest:
description:
- If this is set, only the latest version of value in this column
are exposed .
are exposed.
required: false
type: bool
qualifier_string:
Expand All @@ -365,7 +365,7 @@
only_read_latest:
description:
- If this is set only the latest version of value are exposed for
all columns in this column family .
all columns in this column family.
required: false
type: bool
type:
Expand Down Expand Up @@ -452,7 +452,7 @@
labels:
description:
- The labels associated with this dataset. You can use these to organize and group
your datasets .
your datasets.
returned: success
type: dict
lastModifiedTime:
Expand Down Expand Up @@ -500,7 +500,7 @@
contains:
useLegacySql:
description:
- Specifies whether to use BigQuery's legacy SQL for this view .
- Specifies whether to use BigQuery's legacy SQL for this view.
returned: success
type: bool
userDefinedFunctionResources:
Expand Down Expand Up @@ -639,13 +639,12 @@
ignoreUnknownValues:
description:
- Indicates if BigQuery should allow extra values that are not represented in
the table schema .
the table schema.
returned: success
type: bool
maxBadRecords:
description:
- The maximum number of bad records that BigQuery can ignore when reading data
.
- The maximum number of bad records that BigQuery can ignore when reading data.
returned: success
type: int
sourceFormat:
Expand Down Expand Up @@ -684,7 +683,7 @@
fields:
description:
- Describes the nested schema fields if the type property is set to
RECORD .
RECORD.
returned: success
type: list
mode:
Expand Down Expand Up @@ -723,13 +722,13 @@
allowJaggedRows:
description:
- Indicates if BigQuery should accept rows that are missing trailing optional
columns .
columns.
returned: success
type: bool
allowQuotedNewlines:
description:
- Indicates if BigQuery should allow quoted data sections that contain newline
characters in a CSV file .
characters in a CSV file.
returned: success
type: bool
encoding:
Expand Down Expand Up @@ -762,7 +761,7 @@
ignoreUnspecifiedColumnFamilies:
description:
- If field is true, then the column families that are not specified in columnFamilies
list are not exposed in the table schema .
list are not exposed in the table schema.
returned: success
type: bool
readRowkeyAsString:
Expand Down Expand Up @@ -800,7 +799,7 @@
onlyReadLatest:
description:
- If this is set, only the latest version of value in this column
are exposed .
are exposed.
returned: success
type: bool
qualifierString:
Expand All @@ -826,7 +825,7 @@
onlyReadLatest:
description:
- If this is set only the latest version of value are exposed for all
columns in this column family .
columns in this column family.
returned: success
type: bool
type:
Expand Down
Loading