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

Use fluffy as external auth for CI tests

[https://docs.lakefs.io/integrations/python.html](https://docs.lakefs.io/integrations/python.html#upload) Due to code changes, we need to go over the guide and update the code snippets. One example: ``` branch1 = lakefs.repository("example-repo").branch("experiment1").create(source_reference_id="main") ``` For branch creation parameter name was...

bug
docs
contributor

Currently, when you try to view a file that ends in the `.jsonl` extension in the LakeFS object viewer, you get the following error: ``` lakeFS doesn't know how to...

contributor
feature-request

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.3.6. Release notes Sourced from rexml's releases. REXML 3.3.6 - 2024-08-22 Improvements Removed duplicated entity expansions for performance. GH-194 Patch by Viktor Ivarsson. Improved namespace...

dependencies
ruby

### What happened? What actually happened, including error codes if applies. Since BadgerDB requires locking on the database files, only a single process can use it at any given time....

bug
P3

### What happened? Using the rust client to create a branch returns a serde error, if the branch creation succeeds. Steps to Reproduce: 1. set up rust project with dependency...

bug
contributor
P2

Currently, lakeFS does not provide a way to generate presigned URLs for uploading or retrieving objects through lakeFS. It only provides a way to generate presigned URLs for retrieving objects...

contributor
P2
feature-request
orange

### What happened? Using the S3 Gateway to copy an object doesn't copy the user metadata. Steps to Reproduce: 1. Upload an object without metadata. 2. Copy the object to...

bug
area/gateway
P2

### What happened? One user ran lakectl local init on a lakeFS branch and completed successfully. Output: lakectl local init \ \ Successfully linked local directory '\/users/\/\' with remote '\...

bug
contributor