Skip to content

Commit

Permalink
Remove dst inserted at from columns
Browse files Browse the repository at this point in the history
  • Loading branch information
karolisg committed Mar 20, 2024
1 parent 6ceca51 commit 5f2f184
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dozer-sink-oracle/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ impl OracleSinkFactory {
return Ok(false);
}

cols.remove("DST_INSERTED_AT");
for field in &schema.fields {
let definition = cols
.remove(&field.name)
Expand Down

0 comments on commit 5f2f184

Please sign in to comment.