Hi,
is there anyone who has been using https://www.elastic.co/guide/en/logstash/current/plugins-outputs-google_bigquery.html with partitioned tables? The only way I see is to setup a table without a pattern / a static pattern and create the schema manually with the right partition settings. But typically partitioned tables need proper support in the streaming API to use the right field, so I was wondering what the best approach is? (https://cloud.google.com/bigquery/docs/creating-partitioned-tables)
Thanks,
Elmar