agrc / palletjack

A library for updating AGOL data from various external sources
MIT License
12 stars 0 forks source link

Bug: upload gdb already exists in AGOL #78

Open jacobdadams opened 7 months ago

jacobdadams commented 7 months ago

Today AGOL had issues, which meant that the publish from gdb step failed during a skid. All future attempts then failed because the gdb already existed. Need to check if it exists/remove it first.

jacobdadams commented 3 months ago

85 helps by allowing clients to assign a name to the uploaded gdb, giving them the ability to check if it exists before starting a delete or truncate-and-load process.