Scope
Specifies the OAuth scopes requested by the provider. Scopes are space-delimited and determine the level of access to Google APIs.
データ型
string
デフォルト値
""
解説
By default, the connector requests the following scope, which grants access to Google BigQuery: https://www.googleapis.com/auth/bigquery
In some cases, additional scopes are required depending on the data sources used by your queries. For example, if you're querying an external table that references Google Drive, the following additional scope is required: https://www.googleapis.com/auth/drive
You can specify multiple scopes by separating them with spaces. For example: Scope=https://www.googleapis.com/auth/bigquery https://www.googleapis.com/auth/drive
Ensure that the client ID and OAuth configuration you're using are permitted to request the specified scopes.
Use this property to add any extra scopes needed for your specific use case, especially when working with federated data sources like Google Drive or Cloud Storage.