civisanalytics / civis-r

Civis API Client for R: https://civisanalytics.com/products/civis-platform/
Other
16 stars 12 forks source link

Set future$state to "finished" if API call "succeeded" #251

Closed pcooman closed 1 year ago

pcooman commented 1 year ago

New versions of future (> 1.31.0) will no longer recognize "succeeded" as a resolved state. This PR sets future$state to "finished" if the API job has a "succeeded" status.

See also Issue #245