lakeFS icon indicating copy to clipboard operation
lakeFS copied to clipboard

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

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

When creating a new repository with sample data and specifying a default branch name different from 'main', the generated `README.md` file contains broken internal links. This issue stems from a...

bug
area/UI

Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.12.3 to 2.13.0. Commits 03add30 [maven-release-plugin] prepare release jackson-core-2.13.0 7668921 Prepare for 2.13.0 release 81bdfaa Add missing javadoc param/returns for deprecated methods ec22344 Fix small javadoc warnings...

dependencies
java

This step fails when we update packages only without any code modifications. This step is commented out in https://github.com/treeverse/lakeFS/pull/9148 until fixed

Enable to do tagging via AWS s3 tagging (https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObjectTagging.html) ![Image](https://github.com/user-attachments/assets/63c83454-0005-4e49-9a2e-afbe54cfda10)

contributor
P3
feature-request

Related to #8201 ## Change Description Automating the documentation for endpoint permissions requires to decouple the permission objects from the endpoint code. This PR extracts the permission objects to a...

Closes #(Insert issue number closed by this PR) ## Change Description ### Background Share context and relevant information for the PR: offline discussions, considerations, design decisions etc. ### Bug Fix...

While the WebUI and lakectl allow or don't allow import according to the "import_enabled" flag in the server config for local storage - This flag isn't enforced by the lakeFS...

bug
good first issue
P2

docs
area/sdk/python
exclude-changelog
python-wrapper

The S3 protocol passes user metadata as headers with prefix `x-aws-meta-`. The AWS S3 SDK strips away these prefixes from the header. So for instance it treats the metadata `foo=bar`...

bug
area/API
area/gateway

## What happened? The top navigation bar in lakeFS should remain fixed (sticky) at the top of every page when the user scrolls down, but currently it is out of...

bug
P2
feature-request