Closed IanHopkinson closed 7 months ago
The update command is potentially "dangerous" in that a bulk can be made by accident with no way to reverse it. One way to address this would be to provide an "update from file" option with the "update" command generating a compatible file.
At the moment the update function (hdx_utilities.update_values_in_hdx) just outputs to console currently and returns n_changed, n_failures
hdx_utilities.update_values_in_hdx
Completed in #26
The update command is potentially "dangerous" in that a bulk can be made by accident with no way to reverse it. One way to address this would be to provide an "update from file" option with the "update" command generating a compatible file.