v2.3.14 Release
-
Adds support for
withApplicationDefaultCredentials=<bool>
param that will use the application default credential to authenticate a BQ connection. This param takes the lowest precedence over other auth methods (i.e.withServiceAccount
andoAuthAccessToken
). -
Adds a new URL param
targetServiceAccount=<String>
to allow for service account "impersonation" e.g.targetServiceAccount=<service-account>@<project>.iam.gserviceaccount.com
Choosing an auth method is still required so, for example,withApplicationDefaultCredentials=true&targetServiceAccount=<service-account-email>
would use the application default as source and attempt to impersonate the target account. -
Adds improved support for BigQuery BI Engine acceleration statistics and job tracking.