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

Add support for snowflake connector #349

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

lyuboxa
Copy link
Contributor

@lyuboxa lyuboxa commented Jan 16, 2024

Ensure destination get a task context which allows for offset resets. Add the ability to retry an reset offset

Set topic to the autogenerated schema name when schema cannot be established (NULL sink records/deletes) Add an serial offset generator

Ensure destination get a task context which allows for offset resets.
Add the ability to retry an reset offset

Set topic to the autogenerated schema name when schema cannot be established (NULL sink records/deletes)
Add an serial offset generator
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions

46.6% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

private void doWrite(Record rec) {
SinkRecord sinkRecord = toSinkRecord(rec);
private void doWriteWithOffsetRetry(Record rec) {
synchronized (taskCtx) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this is because you think we might write multiple records at the same time. If that's the case, I don't think Conduit will ever send a batch before the previous one is "done".

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.

2 participants