-
Notifications
You must be signed in to change notification settings - Fork 0
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 sinks to write to GCP Bigquery #1
Conversation
@@ -0,0 +1,11 @@ | |||
|
Check warning
Code scanning / check-spelling
Binary File Warning test
package google.protobuf; | ||
|
||
option cc_enable_arenas = true; | ||
option go_package = "google.golang.org/protobuf/types/known/wrapperspb"; |
Check failure
Code scanning / check-spelling
Unrecognized Spelling Error library
@@ -0,0 +1 @@ | |||
|
Check warning
Code scanning / check-spelling
Binary File Warning test
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.
check-spelling found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
Pull in @goakley 's changes that allow us to write to big query from their fork: https://github.com/goakley/vector/tree/sinks/gcp-bigquery