BigQueryOptions
Specifies a comma-separated list of custom Google BigQuery provider options.
データ型
string
デフォルト値
""
解説
This property enables specialized Google BigQuery behaviors that are not exposed through standard connection settings.
Supported options:
| Option | Description |
| gbqoImplicitJoinAsUnion | Preserves implicit joins rather than rewriting them as CROSS JOINs, which is the expected SQL92 behavior. BigQuery interprets implicit joins as UNION ALL, which may be useful for supporting legacy query patterns or specific transformations. |
Use this property when you need to control specific Google BigQuery behaviors that aren’t handled through other settings.