Leonard Aukea
07/07/2021, 10:14 AMTal Sofer
07/07/2021, 10:39 AMlakectl fs stat
to get the physical address of each object you are willing to expose.Leonard Aukea
07/07/2021, 10:46 AMlakectl fs stat
to get the physical adress of each object in a repository for a particular branch and commit?Tal Sofer
07/07/2021, 11:14 AMlakectl fs ls --recursive <lakefs://example-repo/master/>
)
• for each object get its stats (e.g. lakectl fs stat <lakefs://example-repo/master/file>
)
• parse the stat to get the physical address.
You can use one out of two methods to implement this flow:
• Assuming that you have lakectl installed, or you are planning to install it Write a bash script that uses lakectl operations
• You can use our Python client that supports the same operations.
Please let me know if you have additional questions