guy-har
guy-har
We should have some description in the [lakeFS’s python package](https://pypi.org/project/lakefs-client/) referencing the [lakeFS docs](https://docs.lakefs.io/integrations/python.html) and the [lakeFS pydocs](https://pydocs.lakefs.io/).
Create table or schema on lakeFS fails when: - Using Hive metastore - The location is the root of the repository - The repository used in the location is empty...
### Description Lakectl currently lacks client-side retry mechanisms for handling errors, such as throttling from the KV store. While lakeFS retries on the server side, these might still reach the...
## Description This issue represents only the compaction part of [Staging compaction](https://github.com/treeverse/lakeFS/pull/7442) ## DOD lakeFS has API endpoint the implements the compactor logic ## Components ### Compactor The Compactor will...
Makes sense, was this tested to make sure that popular clients, like Spark, behave as expected? What about **_programmatic tests_**? _Originally posted by @Jonathan-Rosenberg in https://github.com/treeverse/lakeFS/pull/7685#pullrequestreview-2005934398_
We would like to allows tagging specific commits for retention in the garbage collection (GC) policy, alongside the existing functionality that retains commits at the HEAD of branches. This would...
The merge operation receives two metaranges `source-metarange` `destination-metarange` and finds the `base-metarange`. The merge operation creates a new metarange which is done by a three-way diff. The merge operation is...
#### Description We would like to monitor the number of open connections used by lakeFS outbound services: KV, blockstore, external authentication and web Inbound: s3GW, API service The outbound is...