README.md in embulk-output-bigquery-0.6.5 vs README.md in embulk-output-bigquery-0.6.6
- old
+ new
@@ -31,9 +31,10 @@
|:-------------------------------------|:------------|:-----------|:-------------------------|:-----------------------|
| mode | string | optional | "append" | See [Mode](#mode) |
| auth_method | string | optional | "application\_default" | See [Authentication](#authentication) |
| json_keyfile | string | optional | | keyfile path or `content` |
| project | string | required unless service\_account's `json_keyfile` is given. | | project\_id |
+| destination_project | string | optional | `project` value | A destination project to which the data will be loaded. Use this if you want to separate a billing project (the `project` value) and a destination project (the `destination_project` value). |
| dataset | string | required | | dataset |
| location | string | optional | nil | geographic location of dataset. See [Location](#location) |
| table | string | required | | table name, or table name with a partition decorator such as `table_name$20160929`|
| auto_create_dataset | boolean | optional | false | automatically create dataset |
| auto_create_table | boolean | optional | true | `false` is available only for `append_direct` mode. Other modes require `true`. See [Dynamic Table Creating](#dynamic-table-creating) and [Time Partitioning](#time-partitioning) |