lakeFS
lakeFS copied to clipboard
lakeFS - Data version control for your data lake | Git for data
### What happened? Instead, failed only at the end of the request ### Expected behavior _No response_ ### lakeFS version _No response_ ### How lakeFS is installed _No response_ ###...
When trying to use boto's copy_object on a file > 5GB the returned error is: ``` botocore.exceptions.ClientError: An error occurred (InvalidRequest) when calling the CopyObject operation: This copy request is...
### What happened? What actually happened, including error codes if applies. Steps to Reproduce: ```python import lakefs lakefs.Repository("").branch("branch-name").object("something").exists() ``` throws: ``` Traceback (most recent call last): File ".venv/lib/python3.12/site-packages/lakefs/exceptions.py", line 139,...
### Deadline: "_End of June 2023_" ## What [docker-compose is deprecated](https://docs.docker.com/compose/compose-v2/) and users are encouraged to switch to Docker compose v2. This may be as simple as deleting the hyphen...
Similarly to lakectl we need to test lakefs commands as part of our system tests. Currently we only check the `run` command implicitly as part of lakefs esti tests where...
Python SDK (lakefs_sdk) depends on outdated pydantic 1.X and prevents migration from lakefs_client
Hi, All "our" Python projects depend in Pydantic 2.0 (which has been live since June 2023). We tried to migrate lakefs_client to lakefs_sdk and it seems that Pydantic 1 is...
**Current Status** We have 2 commands that can be used to achieve rollback to a last known good commit. 1. Reset: Undo changes in staging (Can be filtered by all/prefix/object)....
lakeFS has a [cascading failure](https://en.wikipedia.org/wiki/Cascading_failure) mode that causes catastrophic failure of the server under load. I have observed this in testing, and I suspect that we have also seen it...
Google Cloud Services doesn't support pulling images outside of Google Container Registry. In order to use lakeFS natively in Google Cloud Services, we'll need to push lakefs docker image to...