Hello, is it correct that after garbage collection...
# help
j
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
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
Thanks, is that list the physical path of the object in the bucket or is it expressed some other way?
a
I think it lists the physical path of the objects
👍 1
j
Thanks!