GoogleBigQueryAad.Database
Import data from a Google BigQuery database using Azure AD
Syntax
GoogleBigQueryAad.Database(
billingProject as text,
optional options as record
) as table
Remarks
Returns a table listing the available projects in Google BigQuery using Azure AD for Billing Project ID
. An optional record parameter, options
, may be specified to control the following options:
ConnectionTimeout
: A duration which controls how long to wait before abandoning an attempt to make a connection to the server. The default value is ODBC Connection Timeout value.CommandTimeout
: A duration which controls how long the server-side query is allowed to run before it is canceled.UseStorageApi
: Specifies whether to use the BigQuery Storage API for large result sets. The default value is true to use Storage API. Set to false to not use Storage APIAudienceUri
: This is the audience URI which the ODBC driver can use for its token exchange requests. This field must be a fully qualified URI (i.e. //iam.googleapis.com/locations/global/workforcePools/${pool_id}/providers/azuread) where pool_id is a globally-unique name to identify the workforce pool.
Examples
Example #1
List the available projects in Google BigQuery using Azure AD
GoogleBigQueryAad.Database()