user
06/30/2022, 6:51 PMuser
06/30/2022, 7:01 PMlakefs_client
do you mean the python generated client of lakeFS? If so, just like uploading a file, there’s a way to download it. If you’ll kindly share more details about your flow and use-case, I’ll be more than happy to help you find the matching command.user
06/30/2022, 7:04 PMuser
06/30/2022, 7:07 PMclient.get_object(repository, ref, path)
should get you what you need 🙂
ref
is either the branch
or the commit
.user
06/30/2022, 7:09 PMuser
06/30/2022, 7:09 PMuser
06/30/2022, 7:39 PMAttributeError: 'LakeFSClient' object has no attribute 'get_object'
user
06/30/2022, 7:47 PMclient.objects.get_object
user
06/30/2022, 7:52 PMuser
06/30/2022, 7:53 PMuser
06/30/2022, 7:54 PM