bigquery_table: Add query to view definition

This commit is contained in:
Ceri Hopkins 2022-03-29 13:35:31 +01:00
commit 386dabb99b
2 changed files with 18 additions and 0 deletions

View file

@ -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 .