fluent-plugin-bigquery
fluent-plugin-bigquery copied to clipboard
[Suggest Deprecation] Deprecate auto_create_table
Currently, it is not a good practice to create a table in BigQuery each time, and it is better to create a Partitioned Table.
Therefore, the value of creating tables on demand with fluentd has become less valuable.
So I would like to eliminate auto_create_table
and simplify the code.