diffix / explorer

Tool to automatically explore and generate stats on data anonymized using Diffix
MIT License
2 stars 1 forks source link

Correctly propagate cancellations #368

Closed dandanlen closed 4 years ago

dandanlen commented 4 years ago

Currently cancelling an exploration is not propagated to the individual columns. When you cancel an exploration, all individual column explorations appear "Complete" but without any data. They should show "Complete" or "Canceled" or "Error" depending on their status when the cancellation request was received, along with any already existent data.

Related to #367