Hello, is it correct that after garbage collection runs, I can find a list of files that were deleted? Can anyone share an example of what the list looks like? Does it provide the physical_paths of the deleted objects?
a
Amit Kesarwani
03/14/2024, 11:21 PM
You will find the list of objects removed by the job in the storage namespace of the repository. It is saved in Parquet format under
_lakefs/retention/gc/unified/<RUN_ID>/deleted/
j
Jacob
03/14/2024, 11:23 PM
Thanks, is that list the physical path of the object in the bucket or is it expressed some other way?