One more question: Does Lakefs works with Dremio? ...
# help
x
One more question: Does Lakefs works with Dremio? any guide? Thanks.
a
Hey, If you can configure the s3 endpoint url on Dremio then it should work over lakeFS. The repo becomes the bucket name, the branch the initial path prefix, and data on lakeFS is accessible via the s3 protocol. That might be a lot like configuring to work with a minio setup. So TBH I don't know of any current connection made, but I'll ask around once people here head to the office (around 7-8 hours).
Hmmm... https://docs.dremio.com/deployment/dist-store-config.html#configuring-dremio-for-minio says its "experimental", and dremio might be doing some sts stuff on their s3 accesses. Let me take a deeper dive, and I'll get back to you.
šŸ‘ 1
x
Actually I got dremio work,Ā  follow its minio settingĀ https://docs.dremio.com/data-sources/s3.html#configuring-s3-for-minio
a
Nice! We try to be like minio (but have rather fewer years in the game...), nice to see it works. Thanks!