Is there a way to rollback values to a previous stage at cell level (row level might work also)
I imported a file with wrong data and I just need to go back to previous stage.
While there is no rollback, if you made no other changes at the time and are storing more than one version you could:
run a scan over your table using setTimeRange (just specify a range that your bad data falls into)
Use the data from the scan to create timestamp restricted Delete's for all the bad data.
Of course, if you're only storing one version, you're out of luck :/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With