Processes new/changed files from a manifest produced by
datom_sync_manifest(). Imports each file via rio::import(), converts to
a data frame, and calls datom_write() to store as parquet in S3 with git
metadata. Updates the local .datom/manifest.json after each successful
write.
Arguments
- conn
A
datom_connobject fromdatom_get_conn().- manifest
Data frame from
datom_sync_manifest(), with columnsname,file,format,file_sha,status.- continue_on_error
If
TRUE(default), continues processing remaining tables when one fails. IfFALSE, stops on first error.