lakeFS
lakeFS copied to clipboard
lakeFS - Data version control for your data lake | Git for data
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...
Prerequisite: https://github.com/treeverse/lakeFS/issues/7446 Support providing a destination repo (Optional for backwards compatibility)

Currently when deleting a repository we delete the following repo data: * branches * tags * commits We are missing: * settings * link addresses * imports .... We should...
Support passing prefix parameter to the diff command and show diff for a specific path in the repository
### 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...
### 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....
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...
### 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...
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