mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-08 07:04:28 -07:00
bigquery_table: Add query to view definition
This commit is contained in:
parent
0cd64a4a68
commit
386dabb99b
2 changed files with 18 additions and 0 deletions
|
@ -214,6 +214,11 @@ resources:
|
|||
returned: success
|
||||
type: complex
|
||||
contains:
|
||||
query:
|
||||
description:
|
||||
- The SQL query defining this view.
|
||||
returned: success
|
||||
type: str
|
||||
useLegacySql:
|
||||
description:
|
||||
- Specifies whether to use BigQuery's legacy SQL for this view .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue