BigQueryOptions Parameter (Connect-GoogleBigQuery Cmdlet)
A comma separated list of Google BigQuery options.
Syntax
Connect-GoogleBigQuery -BigQueryOptions string
Data Type
cstr
Default Value
""
Remarks
A list of Google BigQuery options:
Option | Description |
gbqoImplicitJoinAsUnion | This option will prevent the driver from converting an IMPLICIT JOIN into a CROSS JOIN as expected by SQL92. Instead, it will leave it as an IMPLICIT JOIN, which Google BigQuery will execute as a UNION ALL. |