-
Notifications
You must be signed in to change notification settings - Fork 4.5k
bigquery - basic direct loader for raw tables only #56984
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
Merged
edgao
merged 10 commits into
destination_bigquery_bulk_cdk
from
edgao/bigquery_direct_loader
Apr 11, 2025
Merged
bigquery - basic direct loader for raw tables only #56984
edgao
merged 10 commits into
destination_bigquery_bulk_cdk
from
edgao/bigquery_direct_loader
Apr 11, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
28e18d2
to
66902eb
Compare
Base automatically changed from
edgao/bigquery_spec
to
destination_bigquery_bulk_cdk
April 7, 2025 19:32
b556718
to
a8cefee
Compare
60968ec
to
8c8f21c
Compare
845aa79
to
3c41883
Compare
8c8f21c
to
2bcdbb4
Compare
3c41883
to
245f5d8
Compare
2bcdbb4
to
5405f00
Compare
9311112
to
561f6d0
Compare
022f17c
to
8224077
Compare
19bc11b
to
42bf1dc
Compare
edgao
commented
Apr 10, 2025
private val logger = KotlinLogging.logger {} | ||
|
||
@Factory | ||
class BigqueryClientFactory(private val config: BigqueryConfiguration) { |
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.
edgao
commented
Apr 10, 2025
import java.nio.ByteBuffer | ||
import java.nio.charset.StandardCharsets | ||
|
||
class BigqueryBatchStandardInsertsLoader( |
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.
this stuff is largely based on BigqueryDirectLoadStorageOperation
Base automatically changed from
edgao/bigquery_legacy_tests
to
destination_bigquery_bulk_cdk
April 10, 2025 21:05
ddb6263
to
491ed6d
Compare
frifriSF59
approved these changes
Apr 10, 2025
9cc2d2c
to
e01f24e
Compare
24b7649
to
bb24680
Compare
edgao
added a commit
that referenced
this pull request
Apr 14, 2025
edgao
added a commit
that referenced
this pull request
Apr 16, 2025
edgao
added a commit
that referenced
this pull request
Apr 16, 2025
edgao
added a commit
that referenced
this pull request
Apr 17, 2025
frifriSF59
pushed a commit
that referenced
this pull request
Apr 18, 2025
frifriSF59
pushed a commit
that referenced
this pull request
Apr 18, 2025
frifriSF59
pushed a commit
that referenced
this pull request
Apr 21, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
as title. pretty hacky for now, I'll work on calling into actual existing code later, just wanted to see this wired up