Skip to main content

BigQuery

Provides access to Google BigQuery database using SQL queries via a JDBC driver.

Connection parameters

{
"parameters": {
"connString": "",
"projectId": ""
},
"credentials": {
"parameters": {
"login": "",
"password": ""
}
}
}

Authentication

BigQuery connections support two authentication methods:

MethodUse case
Service AccountShared identity via a Google service-account JSON key
OAuthPer-user identity via your identity provider (details)

With OAuth, each user signs in with their own Google or Azure AD identity and queries run under that identity — row-level security and dataset-level IAM apply per user. Tokens refresh silently in the background after the initial consent.

See also: