gretelai / gretel-python-client

The Gretel Python Client allows you to interact with the Gretel REST API.
https://gretel.ai
Apache License 2.0
53 stars 19 forks source link

Add record count to write summary #52

Closed drew closed 3 years ago

drew commented 4 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:
    ...