lakeFS
lakeFS copied to clipboard
lakeFS - Data version control for your data lake | Git for data
After introducing multiple resource statements, we should adjust the rendering of it in the UI. The new feature allows for insertion of multiple instead of one. The catch is that...
### What? Unify the search experience in the **Branches** and **Objects** tabs by applying debounce and making the search box always visible, to match the behavior on other pages. ###...
### What happened? prepare-commit hook does not fire when I import the data while pre-commit and post-commit do. Import data has built-in commit and I would like to update user...
Closes #8659 - Updated the `TestCosmosDB` function to include `t.Helper()` for better test helper function behavior. - Improved error logging to include raw response data for better debugging. - Added...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.3.9. Release notes Sourced from rexml's releases. REXML 3.3.9 - 2024-10-24 Improvements Improved performance. GH-210 Patch by NAITOH Jun. Fixes Fixed a parse bug for...
**Context:** Current Python SDK API reference could be more accessible and better integrated into the documentation. Related issue: [#8721 – Refresh LakeFS Python SDK API Reference Using MkDocs](https://github.com/treeverse/lakeFS/issues/8721) **Proposed Solution:**...
Would it make sense to allow specifying the path to the `lakectl` config file through an env var (e.g., `LAKECTL_CONFIG`) in addition to passing it through a command-line argument? The...
### What happened? What actually happened, including error codes if applies. - Trying to export my LakeFS repo using the Docker command that is provided in the documentation, but I...
S3 should enable read after write - no need to wait for object to be deleted. This makes the call expensive and slow.
The lakeFS API supports copyObject. lakectl could also support operating this API. Suggested syntax: ```sh $ lakectl fs cp lakefs://repo/branch/source lakefs://repo/branch/some/dest ```