OpenNeuro has implemented a data retention policy, stating that datasets that have been in draft state for greater than 28 days may be reverted to the latest snapshot. Unfortunately, we don't currently have an interface for viewing what changes have been made since the last snapshot, so users may not know whether they want to create a new snapshot or not.
This gist shows two ways to view the changes using the OpenNeuro CLI. We will use ds000001 as an example.
The easy but slow approach would be to use the CLI to download two copies of your dataset, the most recent tag and the draft, and run diff -r
on the pair: