embulk-output-bigquery icon indicating copy to clipboard operation
embulk-output-bigquery copied to clipboard

Specify the billing project and the project to which the data will be loaded separately.

Open ck-fm0211 opened this issue 4 years ago • 0 comments
trafficstars

current

  • The load job will be executed with the specified project ID, and the data will be loaded to the same project ID.

new feature

  • Add an option that allows the project ID (billing project ID) to run the load job to be specified separately.
  • If the billing project ID is specified, it will be used, and if it is not specified, the same as the project ID to which the data is loaded will be used.

ck-fm0211 avatar Mar 06 '21 06:03 ck-fm0211