okfn / opendataeditor

The Open Data Editor (ODE) is a no-code application to explore, validate and publish data in a simple way. Forever free and open source project powered by the Frictionless Framework.
http://opendataeditor.okfn.org
MIT License
183 stars 23 forks source link

Fix saving errored tables #648

Open roll opened 4 days ago

roll commented 4 days ago

It's quite a fragile solution that might required to be extended in the future for other types of errors. On the other hand, it seems to be the only solution that's possible with current data flow.

This PR also adds a proper loading/error state management for the saving changes action as after the change this action might be really time-consuming for large files.