lakeFS
lakeFS copied to clipboard
lakeFS - Data version control for your data lake | Git for data
**Problem** Currently our [LakeFSLoader](https://github.com/langchain-ai/langchain/blob/master/libs/langchain/langchain/document_loaders/lakefs.py) loads document without metadata object tags and only adds the logical path tag as source key to Document. We ignore any user set object metadata. **So...
The current web UI login uses a provider to manage global state with server-side storage configuration. Client information is cached in local storage. The main issue with the current code...
lgtm! can you open issue to fix/remove the global client usage in system tests please. _Originally posted by @nopcoder in https://github.com/treeverse/lakeFS/pull/8808#pullrequestreview-2690201325_
### What Stop supporting Hive 3.x in lakefs: - Update relevant [esti tests](https://github.com/treeverse/lakeFS/blob/22c692c729bd47b16ba910fa4ea9f9a7f27c561d/.github/workflows/esti.yaml#L606) to Hive 4.x - Officially announce lakefs Hive 3.x support EOL If additional steps are needed please...
According to [AWS spec](https://docs.aws.amazon.com/AmazonS3/latest/API/API_AbortMultipartUpload.html#API_AbortMultipartUpload_ResponseSyntax) should return 404 in case upload ID doesn't exist. We seem to ignore the response from the client and just check for errors
### What happened? What actually happened, including error codes if applies. Test fails randomly in PR https://github.com/treeverse/lakeFS-Enterprise/actions/runs/13617318919/job/38062161221?pr=136 esti-1 | panic: test timed out after 10m0s esti-1 | running tests: esti-1...
Bumps [github.com/golang/glog](https://github.com/golang/glog) from 1.1.2 to 1.2.4. Release notes Sourced from github.com/golang/glog's releases. v1.2.4 What's Changed Fail if log file already exists by @chressie in golang/glog#74: glog: Don't try to create/rotate...
If a PR has no changes then it cannot be merged... but it also cannot be closed or deleted! This means it will never go away. ![PR shows "Merging is...
The existing Sphinx-generated documentation for the LakeFS Python package (`pydocs-lakefs.lakefs.io`) is considered outdated in terms of user experience (UX). We aim to transition to MkDocs, which offers better UX for...
The `lakefs.Client` implementation currently uses keyword arguments (`kwargs`) without providing clear type hints for its methods and parameters. This lack of static typing makes it difficult for developers to understand...