Hi, guys. There is any way to download all files f...
# help
u
Hi, guys. There is any way to download all files from a dir using ctl? e.g., to download a file :
lakectl fs cat <lakefs://repo/branch/dir/file.txt> > file.txt
something like
lakectl fs cat <lakefs://repo/branch/dir/*>
or
lakectl fs cat --recursive <lakefs://repo/branch/dir>
u
Hey Vitor, unfortunately I see that this recursive functionality is missing from
lakectl fs
, I’ve opened an issue to track that. Meanwhile you can try using
aws s3 cp
which has recursive downloads. You can configure it to work with lakeFS as described here. Let me know if that did the trick.