Closed drew closed 3 years ago
This adds a total record count to the write summary when bulk sending records. This is helpful when trying to assert that all sent records have been processed and are available from the API.
if project.record_count == summary.records_sent: ...
This adds a total record count to the write summary when bulk sending records. This is helpful when trying to assert that all sent records have been processed and are available from the API.