-
Notifications
You must be signed in to change notification settings - Fork 2
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
Conversation
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 |
There was a problem hiding this comment.
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
writers/transfer/writer.go
Outdated
@@ -176,16 +184,30 @@ func (w *Writer) flush(reason string) error { | |||
|
|||
if !w.tc.SoftDelete { | |||
columns := tableData.ReadOnlyInMemoryCols() |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
As per title