-
When setting up the lakeFS via docker-compose on Azure VM, we have faced a time-out issue with following error message:
```
lakefs-lakefs-1 | time="2024-06-16T16:44:31Z" level=error msg="failed t…
-
### What happened?
Related to #7451
Steps to Reproduce:
Running this code:
```python
import lakefs
lakefs.Repository("").branch("branch-name").object("something").exists()
```
Throws:
```…
-
* the transformers: The transformers, must not work with files anymore. They must only work on polars dataframes. Just one transform method, the source dataframe, the resultDataframe, and that's it,…
-
### What happened?
The Python library installed via `pip install lakefs` does appear to have type hints. However, [mypy won't use them](https://mypy.readthedocs.io/en/stable/installed_packages.html#…
-
### What happened?
What actually happened, including error codes if applies.
Steps to Reproduce:
```python
import lakefs
lakefs.Repository("").branch("branch-name").object("something"…
-
**Is your feature request related to a problem? Please describe.**
I want to connect Amazon S3 as the file loader to parse to the VectorDB.
**Describe the solution you'd like**
Use Langchain or Llama…
-
Currently, the diff command in Lakectl reports files as "modified" even if only their metadata has changed. While this could be useful for some applications, it is inefficient for data pipelines. The …
-
### Created at
2023-11-10T17:46:02.000Z
### Priority
priority:unknown
### PRD
https://github.com/treeverse/lakeFS/issues/6015
### Feature Definition
### T-shirt size
### Related feature re…
-
lakeFS installation has several secrets that are stored encrypted in the db. One example of these secrets is the admin credentials, the other is the encryption key.
Currently there isn't a guided w…
-
**Background issue:** #6299
**Context:**
- We want to work in pre-sign mode in AWS S3 and block lakeFS from Get/Put to the bucket, ideally only allow `*/_lakefs/*` folder.
- When configuring…