Skip to content

Add table_name setting#64

Open
sakshamgupta05 wants to merge 6 commits intologstash-plugins:mainfrom
sakshamgupta05:master
Open

Add table_name setting#64
sakshamgupta05 wants to merge 6 commits intologstash-plugins:mainfrom
sakshamgupta05:master

Conversation

@sakshamgupta05
Copy link
Copy Markdown

The table_name setting allows declaration of an existing table where all the data needs to be inserted instead of creating new tables based on the timestamp. This feature is particularly helpful when working with partitioned tables in BigQuery which uses a single table & optimises queries using the partitioning column.

table_prefix, table_separator, csv_schema, json_schema are ignored when this setting is used.

This PR addresses #42 as well.

sakshamgupta-idfy and others added 5 commits January 29, 2021 20:17
 - Useful when using single partitoned table
 - Doesn't create a new table & appends data to the given table
@cla-checker-service
Copy link
Copy Markdown

cla-checker-service Bot commented Feb 11, 2021

💚 CLA has been signed

@marcantoine-hebert
Copy link
Copy Markdown

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants