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

Destination Redshift: Json transformer for graceful handling of large records #36203

Merged
merged 6 commits into from
Mar 18, 2024

Conversation

gisripa
Copy link
Contributor

@gisripa gisripa commented Mar 15, 2024

Summary

Transformer implementation, In-place nulling and avoiding double walking the tree to get totalBytes.
This also picks up previous unpublished CDK changed; Kotlin conversion & State messages log downgraded to DEBUG level.

  • Wiring StagingConsumerFactory, JdbcBufferedConsumerFactory
  • Integration test to capture large record simulation

@gisripa gisripa requested a review from a team as a code owner March 15, 2024 18:27
Copy link

vercel bot commented Mar 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview Mar 18, 2024 6:27pm

@gisripa gisripa force-pushed the gireesh/redshift_large_records branch 2 times, most recently from 242c6b4 to c2d5840 Compare March 16, 2024 01:30
@octavia-squidington-iii octavia-squidington-iii added the CDK Connector Development Kit label Mar 16, 2024
@gisripa gisripa force-pushed the gireesh/redshift_large_records branch from f135b60 to 307045e Compare March 17, 2024 16:49
@gisripa
Copy link
Contributor Author

gisripa commented Mar 18, 2024

@gisripa gisripa force-pushed the gireesh/redshift_large_records branch from 307045e to 8385aaf Compare March 18, 2024 16:00
@gisripa gisripa requested a review from a team as a code owner March 18, 2024 16:30
@octavia-squidington-iii octavia-squidington-iii added the area/documentation Improvements or additions to documentation label Mar 18, 2024
@gisripa gisripa force-pushed the gireesh/redshift_large_records branch from a70a931 to 77d3c8f Compare March 18, 2024 16:50
@gisripa
Copy link
Contributor Author

gisripa commented Mar 18, 2024

/publish-java-cdk

🕑 https://github.com/airbytehq/airbyte/actions/runs/8331298273
✅ Successfully published Java CDK version=0.25.0!

Summary
=======
Transformer with nulling >64k varchars and >16m records.
Unit and Integration Tests.
Wiring into StagingConsumer & BufferedConsumer factories.
@gisripa gisripa force-pushed the gireesh/redshift_large_records branch from 4790e3b to 79ab0a1 Compare March 18, 2024 18:27
@gisripa gisripa enabled auto-merge (squash) March 18, 2024 18:30
@gisripa gisripa merged commit 1a410aa into master Mar 18, 2024
31 checks passed
@gisripa gisripa deleted the gireesh/redshift_large_records branch March 18, 2024 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues area/documentation Improvements or additions to documentation CDK Connector Development Kit connectors/destination/redshift
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants