user
07/19/2022, 6:00 PMuser
07/19/2022, 6:14 PMuser
07/19/2022, 7:05 PMuser
07/19/2022, 7:08 PMuser
07/19/2022, 7:17 PMuser
07/19/2022, 7:22 PMuser
07/19/2022, 7:35 PMuser
07/19/2022, 7:40 PMuser
07/19/2022, 7:59 PMuser
07/20/2022, 6:29 AM$ lakectl diff <lakefs://my-datalake/my-tag~1> <lakefs://my-datalake/my-tag>
Left ref: <lakefs://my-datalake/my-tag~1>
Right ref: <lakefs://my-datalake/my-tag>
+ added datasets/reports/measurements0001.csv
+ added datasets/reports/measurements0002.csv
+ added datasets/reports/measurements0003.csv
Of course, you can also do this using the Python or Java SDKs..
Do note the ~1
notation, which is used to get the previous commit for that tag (this works similarly to Git's notation which is nicely explained here)
@Harris Vijayagopal Let me know if this is helpful!user
07/20/2022, 2:43 PM