Skip to content

v2.3.14 Release

Compare
Choose a tag to compare
@tjbanghart tjbanghart released this 24 Sep 21:21
d623734
  • 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.