Skip to content

Commit

Permalink
fix: set update status for global id datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Jun 10, 2024
1 parent ccf41e0 commit 10dd9d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/forklift/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def update(crate, validate_crate, change_detection):
if changes.has_changes():
if "hasGlobalID" in crate.source_describe and crate.source_describe["hasGlobalID"]:
update_while_preserving_global_ids(crate)
change_status = (Crate.UPDATED, None)
else:
log.debug("starting edit session...")
with arcpy.da.Editor(crate.destination_workspace):
Expand Down

0 comments on commit 10dd9d0

Please sign in to comment.