-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quickstart now uses DuckDB WASM instead of CLI #6092
Conversation
🎊 PR Preview a8b026a has been successfully built and deployed to https://treeverse-lakeFS-preview-pr-6092.surge.sh 🕐 Build time: 0.015s 🤖 By surge-preview |
Still in draft, I know but:
|
Thanks 😄
Fixed (and another one like this too)
Good idea. Logged #6103 |
Tested manually against both 0.104.0 (Docker) and build from current |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat!
Is there any way to keep an explanation of access keys around? Probably towards the end of the quickstart -- so readers will be able to get started with their own tools.
In general I think we might make it clear that DuckDB is only one tool that works with lakeFS. I really like lakeFS for being a tool rather than a framework, and prefer that our messaging (also) explain that. I realize that this is a lot to ask, especially of a quickstart.
thanks @arielshaqed -- logged your suggestion and will triage & track :) |
Linked Issue
Closes #6076
Change Description
Background
See #6076 and #6001
New Feature
The Quickstart (both docs, and samplerepo) now uses the DuckDB that is integrated in the lakeFS UI for all data manipulation including writing back to lakeFS. Previously this had to be done through the DuckDB CLI which we shipped as a Docker image. #6044 added the necessary functionality to DuckDB-WASM so now we will use it in the quickstart.
Testing Details
Manually