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

[Snowflake] Improve the resiliency of APPEND #504

Closed
wants to merge 1 commit into from
Closed

Conversation

Tang8330
Copy link
Contributor

@Tang8330 Tang8330 commented Apr 25, 2024

Today, we're directly loading data into Snowflake's table via COPY INTO. However, this may result in duplicates if the process terminates before committing the Kafka offset.

Instead, we could load this into a temporary table and then copy the data directly into the target table.

@Tang8330 Tang8330 closed this Apr 26, 2024
@Tang8330 Tang8330 deleted the snowflake-bug branch April 26, 2024 00:26
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.

1 participant