-
Notifications
You must be signed in to change notification settings - Fork 32
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
Enable BQ streaming inserts for particular docTypes #588
Labels
Comments
jklukas
added a commit
that referenced
this issue
May 8, 2019
jklukas
added a commit
that referenced
this issue
May 8, 2019
jklukas
added a commit
that referenced
this issue
May 9, 2019
The PR for this is merged. To put this into action we would want to update the BQ Sink template with:
And then for the structured-decoded_bq-sink, set runtime parameter:
|
cc @whd |
Merged
We got hit by GoogleCloudPlatform/DataflowJavaSDK#632 Some more undocumented restricitons of runtime parameters. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Currently, we can run gcp-ingestion as BigQuery sink either in streaming mode or in file_loads mode. The entire job follows one path or the other.
I'd like to add a
mixed
mode that would operate mostly like the existing file_loads mode, but would send a subset of messages through the streaming path based on docType.We'd add a
--bqStreamingDocTypes
runtime configuration option that we would set to:to allow the Pocket team to realize some low-latency use cases.
The text was updated successfully, but these errors were encountered: