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

Currently our API support copying objects only in the context of a single repository. ``` /repositories/{repository}/branches/{branch}/objects/copy Body: { "src_path": "string", "src_ref": "string", "force": false } ``` Historically this limitation was...

contributor
feature-request

Prerequisite: https://github.com/treeverse/lakeFS/issues/7446 Support providing a destination repo (Optional for backwards compatibility)

area/cataloger
area/API
contributor
area/sdk/python

![image](https://github.com/treeverse/lakeFS/assets/3787958/6791b7ea-989c-4eb9-a4ed-be8f590336fa)

bug
area/UI
no stale

Currently when deleting a repository we delete the following repo data: * branches * tags * commits We are missing: * settings * link addresses * imports .... We should...

good first issue
tech-debt
no stale

Support passing prefix parameter to the diff command and show diff for a specific path in the repository

good first issue
area/lakectl
improvement
tech-debt
no stale

### What happened? Steps to Reproduce: 1. Use lakeFS Cloud 2. Import just one file via UI (file has no extension) or use attached notebook: `s3://sample-dog-images/Annotations/n02085620-Chihuahua/n02085620_7` 3. It will import...

bug
no stale
feature-request

### What happened? Current Behavior: If an image file is updated then UI still shows old image from the cache. Steps to Reproduce: 1. Upload an image to main branch....

bug
team/cloud-native
no stale

Today, when deleting a repo, the underlying storage is kept. If, in the future, someone wants to recreate a repository using the same storage namespace, they will get an error...

team/versioning-engine
no stale
feature-request

### What happened? Current Behavior: if user does not have permissions to list repositories then they get hard to decipher error message (see screenshot below) Steps to Reproduce: 1. Create...

bug
contributor
team/cloud-native
no stale
feature-request

Argument was deprecated and should be removed with the next major release. Notify on breaking change in changelog! Relates to: https://github.com/treeverse/lakeFS/pull/7353

area/sdk/python