lakeFS icon indicating copy to clipboard operation
lakeFS copied to clipboard

lakeFS - Data version control for your data lake | Git for data

Results 460 lakeFS issues
Sort by recently updated
recently updated
newest added

1. Define target performance for lakeFSFS used with Spark and Hive tables 2. Define performance benchmarks and guide to running them 3. Measure performance and document results Target performance and...

performance
team/ecosystem
tech-debt
area/client/hadoopfs

Some bad things can happen as a result, e.g. - Creating a repo with no storage access - Creating multiple repositories under the same namespace

good first issue
area/API
team/versioning-engine

Users often set the gateway endpoint in the clients with `/api/v1/` which is the openAPI endpoint. The return error in such cases isn't very informative: ``` java.nio.file.AccessDeniedException: s3a:////: getFileStatus on...

good first issue
area/gateway
team/ecosystem

Typical bad installations of the Spark clients (both lakeFSFS _and_ metadata) have mismatched versions that cause methods and classes not to be found. Wrap all calls with some layer that...

team/ecosystem

Support a way to deploy lakeFS with access to storage without passing key/secrets to the lakeFS container running inside AKS (Azure's Managed Kubernetes Service). The current lakeFS implement doesn't work...

bug
contributor
team/cloud-native

Add a unit test that could have caught the [diff bug](https://github.com/treeverse/lakeFS/issues/2962) that was fixed in https://github.com/treeverse/lakeFS/pull/2968 https://github.com/treeverse/lakeFS/blob/master/pkg/graveler/ref/merge_base_finder_test.go

team/versioning-engine

As lakectl can be built and used on windows systems, need to support its testing on windows too Update: We need a windows environment esti tests since we need to...

area/system-tests

**Background issue:** #6299 **Context:** - We want to work in pre-sign mode in AWS S3 and block lakeFS from Get/Put to the bucket, ideally only allow `*/_lakefs/*` folder. - When...

presign-minimal-permissions
no stale

A request from a user: Restrict `fs:ListRepositories` by a spacific prefix: `arn:lakefs:fs:::repository/{prefix}*` From Slack: https://lakefs.slack.com/archives/C016726JLJW/p1692694405836989

contributor
no stale

`ErrPredicateFailed` is not handled in the api controller. Not sure if by design or not. When kv returns the error `ErrPredicateFailed` it propagates to the api and 500 is returned...

bug
no stale