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 sinks to write to GCP Bigquery #1

Merged
merged 10 commits into from
Sep 24, 2024
Merged

Conversation

AndrooTheChen
Copy link

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

@@ -0,0 +1,11 @@

Check warning

Code scanning / check-spelling

Binary File Warning test

Skipping lib/codecs/tests/data/protobuf/integration.desc because appears to be a binary file ('application/octet-stream'). (binary-file)
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

wrapperspb is not a recognized word. (unrecognized-spelling)
@@ -0,0 +1 @@

Check warning

Code scanning / check-spelling

Binary File Warning test

Skipping src/sinks/gcp/bigquery/tests.rs because appears to be a binary file ('application/octet-stream'). (binary-file)
build.rs Fixed Show fixed Hide fixed
Copy link

@github-advanced-security github-advanced-security bot left a 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.

@AndrooTheChen AndrooTheChen merged commit 05e939c into master Sep 24, 2024
54 of 59 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants