View Issue Details

IDProjectCategoryView StatusLast Update
0006981SymmetricDSBugpublic2025-06-30 19:57
Reporterelong Assigned Toelong  
Prioritynormal 
Status assignedResolutionopen 
Product Version3.14.0 
Target Version3.16.4 
Summary0006981: Reload batches from auto resolver get foreign key error
DescriptionWhen a data batch gets a missing parent foreign key error, the auto resolver runs on the source to create reload batches with the missing data. If the rows in the reload batches have foreign key dependencies with each other, the rows must load in the correct error, otherwise a foreign key error is encountered. Sort the auto resolve data by the foreign key dependencies.

Example:
A depends on B and C
B depends on C

Data batch with A tries to load and gets FK error. The source creates a reload batch with the needed rows from B and C in that order. The batch for B will fail because the row for C is missing and not yet loaded.
Tagsdata sync

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-06-30 19:57 elong New Issue
2025-06-30 19:57 elong Status new => assigned
2025-06-30 19:57 elong Assigned To => elong
2025-06-30 19:57 elong Tag Attached: data sync