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

New backfill strategy to support Microsoft SQL Server #382

Merged
merged 13 commits into from
May 15, 2024

Conversation

Tang8330
Copy link
Collaborator

@Tang8330 Tang8330 commented May 13, 2024

As per title

@Tang8330 Tang8330 marked this pull request as ready for review May 13, 2024 19:55
go.mod Outdated
@@ -4,7 +4,7 @@ go 1.22

require (
github.com/DataDog/datadog-go v4.8.3+incompatible
github.com/artie-labs/transfer v1.25.11
github.com/artie-labs/transfer v1.25.12-exp
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I'll change this to another version once we get artie-labs/transfer#678 merged

@@ -176,16 +184,30 @@ func (w *Writer) flush(reason string) error {

if !w.tc.SoftDelete {
columns := tableData.ReadOnlyInMemoryCols()
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this now a no-op?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yes, I'll remove it

@Tang8330 Tang8330 merged commit 01eecb0 into master May 15, 2024
3 checks passed
@Tang8330 Tang8330 deleted the update-backfill-strat branch May 15, 2024 22:28
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