We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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")
The text was updated successfully, but these errors were encountered:
jacobdadams
No branches or pull requests
Add the option to backup layers to AGOL as feature collections (maybe gdbs?) prior to truncating and then try to restore if load fails.
The text was updated successfully, but these errors were encountered: