lakeFS
lakeFS copied to clipboard
lakeFS - Data version control for your data lake | Git for data
### What happened? What actually happened, including error codes if applies. Steps to Reproduce: 1. Download the latest version of `lakectl` 2. Clone a repo with a decent amount of...
## What * Make lakeFS a multi-module workspace. Here's a [brief tutorial](https://go.dev/doc/tutorial/workspaces) on multi-module workspaces. In brief, this lets us create a small module github.com/treeverse/lakefs/util that can be included without...
Closes #(Insert issue number closed by this PR) ## Change Description Adds some more details to perf tips regarding reading directly from the backing object store, based on conversation in...
Currently, the delete sensor only prints a log when reaching an object deletion threshold for a branch. We need to change it to call the new compact API [call](https://github.com/treeverse/lakeFS/issues/7699) which...
We need to have a new API call that "compacts" all the sealed tokens + staging token for a given branch. The process is detailed in the compactor [design](https://github.com/treeverse/lakeFS/pull/7442/files)
We need to manage 3 different types of reads from branches with compaction: 1) Read from commit 2) Read uncommitted data 3) List objects from branch (committed+uncommitted) The details about...
This enhancement request stems from a bug report about rare failures of lakectl local commits.
## Why lakectl is configured using a yaml file located in `$HOME/lakectl.yaml`. While this makes perfect sense for _lakectl_, it is also currently used by other lakeFS clients such as...
### What happened? When using lakeFS in [Minimal Permissions in S3](https://docs.lakefs.io/howto/deploy/aws.html#prepare-your-s3-bucket) In Uncommitted Changes > "Show object changes" > **Error: S3 Access Denied**. Users are not able to see object...
On repos without GC rules definition, we are showing this alert:  The context of the alert does not explain what is the impact of...