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

`since` is a string with "date-time" format. OpenAPI requires a code forces incorrect OpenAPI date-time format for this, basically 2024-06-04T11:40:50Z. The generated Python client code forces an incorrect format here...

bug
contributor
area/sdk/python
P3
python-wrapper

### What happened? CompletePresignMultipartUpload is marked as an optional parameter for the CompletePresignMultipartUpload API call but it should be required. ### Expected behavior _No response_ ### lakeFS version 1.25.0 ###...

bug
contributor
v2.0.0-blocker

### What happened Our spark client crashes when we create a dataframe for all metaranges / ranges instead of a specific commitID. ### Steps to Reproduce: 1. Have a lakeFS...

bug
tech-debt

After recently allowing merge using the "allow_empty" or "force" flags (#7798), it allows users to merge a branch into itself. For example - Create `branch 1`, branch `branch 2` from...

bug
good first issue
P3

`lakectl` has nice template-based utility functions for outputting to `Stdout`/`Stderr`, but those can't be imported into `lakefs`. While working on [this](https://github.com/treeverse/lakeFS/pull/7854) PR, I added some basic utility functions to`lakefs` for...

area/tools
tech-debt

- Update `--presign true` is now the default - Add F&Q about `.gitignore` Closes #7888

docs

As described in issue #7846 - The option to block the creation of repositories with namespace that resides in a different storage region than the region of the server block...

area/API
area/block-adapter
P3
feature-request