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

BigQuery sender #1814

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft

BigQuery sender #1814

wants to merge 8 commits into from

Conversation

wikp
Copy link
Collaborator

@wikp wikp commented Jan 5, 2024

This Pull Request introduces a BigQuery sender that utilizes BigQuery's Storage Write API. When dealing with JSON topics, it relies on the JsonStreamWriter. In other scenarios, it uses the SchemaAwareStreamWriter. Since these classes don't share a common root, we had to be creative with the structure of the classes.

Just a heads-up, this PR is currently in draft mode, meaning it still needs certain additions, like tests, among others.

* TANGO-2130 : Tests for primitive types

* TANGO-2130 : Array and Map primitives - tests

* TANGO-2130 : Checkpoint after primitives

* TANGO-2130 : Unit tests for records and for simple type mappings

* TANGO-2130 : Updated and refactored tests

* TANGO-2130 : Fixes after review
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants