Click some “push” button and only then are updates sent.
The most “safe” option, and thus needed for any scenario where the user may want the flexibility to write the full set of changes and then send.
Time-based: Hourly, independent of pull
Send every hour, disconnected from the pull schedule
Time-based: Daily, independent of pull
Send every day, disconnected from the pull schedule
Time-based: Tie to pull schedule
At the same hourly/daily schedule as pulling, push updates
Seems useful, but most scenarios probably will use manual or automatic. We can build this, but can we defer?
Ok to build this, but post-v1
Send some moments after the user finishes making edits, based on our own rules (defined below)
This is the most magical and ensures that writes get to the 3rd party service quickly but without much user thought.
Similar to what we did for table pulls, to allow canvas buttons to push updates
Ok to build this, but post-v1