Fetching all the chunks in the SDK was done in a naïve way... and it consistently breaks (504) the SV gateway. Moving the code out, with the intent of using Prefect to work out the best orchestration to do it. Once sorted, that flow will be reinserted here.
0.4.3
0.4.0
An additional method to fetch the field definitions -- schema -- from a Program. An additional common function converts that into Python data types, specifically for trying to dtype a Pandas DataFrame, but generally for unscrewing the CSV before it's shoved into the upsert POST call.
0.3.0
Small breaking change on get_participants: returns a DataFrame now.
Buried the lead: this release includes upsert capability. Watch out, since the tests could add Fred and Wilma to your prod Program. I recommend you have a test program created.
0.2.0
This includes get_participants, which, um... gets participant data.