README.md in fluent-plugin-bigquery-3.2.0 vs README.md in fluent-plugin-bigquery-3.3.0

- old
+ new

@@ -43,10 +43,9 @@ | auth_method | enum | yes | no | private_key | `private_key` or `json_key` or `compute_engine` or `application_default` (GKE Workload Identity) | | email | string | yes (private_key) | no | nil | GCP Service Account Email | | private_key_path | string | yes (private_key) | no | nil | GCP Private Key file path | | private_key_passphrase | string | yes (private_key) | no | nil | GCP Private Key Passphrase | | json_key | string | yes (json_key) | no | nil | GCP JSON Key file path or JSON Key string | -| location | string | no | no | nil | BigQuery Data Location. The geographic location of the job. Required except for US and EU. | | project | string | yes | yes | nil | | | dataset | string | yes | yes | nil | | | table | string | yes (either `tables`) | yes | nil | | | tables | array(string) | yes (either `table`) | yes | nil | can set multi table names splitted by `,` | | auto_create_table | bool | no | no | false | If true, creates table automatically |