Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add table_name setting #63

Closed
wants to merge 5 commits into from

Conversation

sakshamgupta05
Copy link

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

cla-checker-service bot commented Feb 2, 2021

❌ Author of the following commits did not sign a Contributor Agreement:
f5a6bfe, 3505b80, 4d97e1a, 03544c9,

Please, read and sign the above mentioned agreement if you want to contribute to this project

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.

2 participants