-
Notifications
You must be signed in to change notification settings - Fork 197
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
Support structured streaming writes to BigQuery #201
Support structured streaming writes to BigQuery #201
Conversation
@davidrabinowitz this allows loads for each batch |
9aec958
to
abe4b4d
Compare
/gcbrun |
connector/src/main/scala/com/google/cloud/spark/bigquery/RowConverter.scala
Outdated
Show resolved
Hide resolved
connector/src/main/scala/com/google/cloud/spark/bigquery/RowConverter.scala
Outdated
Show resolved
Hide resolved
b30fafd
to
3dc7e05
Compare
@varundhussa Thanks for the clean up! Sorry, I forgot to ask, can you please add an integration test - as it is a new functionality I want to make sure it is properly covered. |
/gcbrun |
Thanks @davidrabinowitz. I'll write a dataframe selected from BigQuery to a MemoryStream and write tests on top of it. |
@davidrabinowitz I have added a append integration test. Not sure how to run it with the build process. |
/gcbrun |
Add a new Streaming sink
Make load requests per batch DataFrame