-
Notifications
You must be signed in to change notification settings - Fork 198
feat(clickhouse): add StagingStore abstraction for GCS staging support #4200
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
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
3fc1189
feat(clickhouse): add StagingStore abstraction for cloud-agnostic sta…
whites11 2dc73fe
fix(staging): address golangci-lint issues in staging store
whites11 c91d2dd
fix(staging): remove trailing blank line flagged by gci
whites11 b291f14
feat(clickhouse): add unified PEERDB_CLICKHOUSE_STAGING_BUCKET_NAME e…
whites11 553bbb7
fix(staging): rename duplicate WriteRecordsToS3 to WriteRecordsToStaging
whites11 aa7c58d
refactor(clickhouse): extract staging store setup into staging.go
whites11 bbcc449
refactor(clickhouse): move S3 session-token version check into create…
whites11 8b942ff
refactor(clickhouse): inline staging upload instead of WriteRecordsTo…
whites11 4e29622
fix(staging): return StagingStore interface from constructors to sati…
whites11 f9108ee
fix(staging): use interface methods in tests instead of S3-specific a…
whites11 70ad58e
fix(staging): revert to concrete return types, add interface conforma…
whites11 96bee34
refactor(staging): move S3 bucket name fallback into PeerDBClickHouse…
whites11 83568f1
refactor(staging): remove unused PeerDBClickHouseAWSS3BucketName
whites11 c567e65
fix(staging): remove unused env param from createS3StagingStore
whites11 5c65d6a
refactor(staging): address review comments
whites11 4286c43
refactor(staging): move staging store types from utils/ to clickhouse/
whites11 bccb53f
refactor(clickhouse): remove credsProvider field, simplify createStag…
whites11 b3776af
refactor(staging): add explicit s3 case and exhaustiveness check for …
whites11 7069bf2
fix(staging): increase GCS signed URL expiry to 1 hour to match AWS S…
whites11 922a531
refactor(staging): address review comments
whites11 15d3863
refactor(avro_sync): inline stagingTableFunctionBuilder
whites11 5508153
refactor(staging): extract Avro format string to stagingFormat constant
whites11 501bec8
fix(lint): fix gci import ordering and nolint opaque for staging fact…
whites11 a8c3800
refactor(staging): unify factory functions, struct at top of file
whites11 aa7a47f
fix(lint): fix gci import ordering — standard, third-party, then PeerDB
whites11 86bf048
fix(lint): fix struct field alignment in ClickHouseConnector
whites11 8d6a822
address review: keep panic stacktrace in WriteOCF, drop unused ClickH…
whites11 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.