-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[Data] Add option to append for BigQuery Write #42584
Conversation
Signed-off-by: Matthew Tang <tangmatthew@google.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Since we're not adding unit tests, have you gotten a chance to test this manually?
Signed-off-by: Matthew Tang <tangmatthew@google.com>
…into bq-write-append
Thanks for the review! I tested it on a local cluster doing writes with no |
Add option to append for BigQuery write instead of automatically overwriting the table (if it already exists). --------- Signed-off-by: Matthew Tang <tangmatthew@google.com> Signed-off-by: khluu <khluu000@gmail.com>
Why are these changes needed?
Add option to append for BigQuery write instead of automatically overwriting the table (if it already exists).
Related issue number
Closes #42240
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.