dchaley / deepcell-imaging

Tools & guidance to scale DeepCell imaging on Google Cloud Batch
8 stars 2 forks source link

Create fresh StringIO on each BQ upload #304

Closed dchaley closed 2 months ago

dchaley commented 2 months ago

This makes sure each load_table_from_file uses a fresh IO object. See #303 for bug I think is caused by recycling the IO objects across retries.

Fixes #303