agrc / palletjack

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

Handle hosted tables too #92

Open jacobdadams opened 1 month ago

jacobdadams commented 1 month ago

All the loaders currently only work for hosted feature layers, not hosted tables. These have their own set of methods (often similar) for adds, updates, etc.

Some utils and loader code may be reusable as-is, others may need to have their spatial components parameterized to be removed if needed for tables.