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

The entire [Gorilla project has been archived](https://github.com/gorilla#gorilla-toolkit) :-/. We use it on the server side to handle sessions. This means that we have no expectation of any bug fixes, or...

area/auth
team/cloud-native
refactor
no stale

These fields are required in the StageObject request. It's possible to make these required and Stat the object from the object store in the server side.

improvement
team/versioning-engine
no stale

### What happened? Current Behavior: I've launched a lakeFS instance with rate limiting configured in order to avoid throttling from the backend engine (e.g DynamoDB) and put a high water...

bug
area/client/spark
team/ecosystem
area/client/hadoopfs
no stale

Follow-on #4795 by adding MinIO testing to Esti. Open questions include: * How to test on Spark 2.4.7 -- will need Hadoop >= 2.8 just to support MinIO. * Can...

good first issue
area/system-tests
area/client/spark
team/ecosystem
no stale

The merge operation receives two metaranges `source-metarange` `destination-metarange` and finds the `base-metarange`. The merge operation creates a new metarange which is done by a three-way diff. The merge operation is...

improvement
performance
team/versioning-engine
no stale

Currently supports revert to single commit or list of commits. ``` branch revert lakefs://example-repo/example-branch HEAD~1 HEAD~2 HEAD~3 ``` The git command has the ability to revert a range of commits,...

team/versioning-engine
no stale

When the date in the signed credentials on a SigV4 request does not match the date (or x-amz-date) on the message we return `ErrMalformedCredentialDate` (see function [`getAmzDate`](https://github.com/treeverse/lakeFS/blob/56ccefd3081af88450475d0992089aa6df39bf48/pkg/gateway/sig/v4.go#L284-L286)). In fact we...

bug
area/gateway
team/ecosystem
no stale

Currently the `"commit_id"` field is empty for pre-merge hooks. Other fields (message, author - and even a `meta_range_id` exist!) This Allows accessing the resulting commit from the hook at the...

include-changelog
minor-change

Access tokens can't be generated from the UI, and through APIs we can't generate them long enough. It would be easier if LakeFS used the Azure entra service principal to...

contributor
P3