sqlQuery property
The SQL query specified by the user.
This query must be in BigQuery SQL dialect. The filter field will also
be ignored, as it is assumed that any filtering is already included in the
SQL query.
Optional.
Implementation
core.String? sqlQuery;