embulk/embulk-output-bigquery

Other authentication method

sakama opened this issue · 2 comments

Predefined access token (Compute Engine only) support?

private_key #default

out:
  type: bigquery
  auth_method private_key
  service_account_email xxxxx@developer.gserviceaccount.com
  p12_keyfile_path /path/to/privatekey.p12

predefined access token

out:
  type: bigquery
  auth_method: compute_engine

authorization of predefined access token was implemented at v0.1.3

auth method using json_key of GCE service account was also supported at v0.1.10