-
Notifications
You must be signed in to change notification settings - Fork 0
Backup layers before truncating #91
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Add the option to backup layers to AGOL as feature collections (maybe gdbs?) prior to truncating and then try to restore if load fails.
backup_fc_item = materials_original_item.export(title="Materials Table Backup", export_format="Feature Collection")
materials_original_item.tables[0].manager.truncate(asynchronous=True, wait=True)
materials_original_item.tables[0].append(backup_fc_item.itemid, upload_format="featureCollection")Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.