Duplicate records with same _dlt_id
with dagster-dlt
#31093
Unanswered
niyas-apron
asked this question in
Q&A
Replies: 1 comment
-
I was facing this issue when I used the merge strategy as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm replicating some tables from postgres to another postgres using Dagster and DLT. I'm using incremental loading and I noticed that I've duplicate records in the destination.
sql_table
like below since I want to specify cursor, primary key, merge and column hints per table. In the specific case where I see duplicates, I'm usingwrite_disposition
as merge.public_2025-07-08-05-00
. I was hoping that this will avoid state conflicts within DLT.Can someone help me understand the root cause for duplication?
Beta Was this translation helpful? Give feedback.
All reactions