Yoni
Yoni
## User story In general, objects should be removed from the storage when there are no valid pointers from lakeFS to them. In particular, objects that were removed from the...
_[Object model](https://docs.lakefs.io/understand/object-model.html)_ all but contains _[Branching model](https://docs.lakefs.io/understand/branching-model.html)_. Both explain the basic entities of lakeFS - while object models dives deeper into syntax and advanced concepts.
Similarly to GitHub, if a file called _README.md_ is present at a branch's root, render and show it in the UI. The content should be markdown-rendered and displayed only when...
## lakeFS Hadoop Filesystem Our direct-access Hadoop Filesystem implementation currently depends on some `hadoop-*` libraries in version 2.7.7. This was done with the decision to support (only) Spark version 2.4.7...
When using the the lakeFS Hadoop Filesystem, I need to configure the `fs.s3a.access_key` and `fs.s3a.secret_key`. Use the fact that lakeFS already authenticates with AWS to remove the need for these...
In the dropdown menu at the top-right of lakeFS, add a "Join the community on Slack" link. Clicking this link will lead the user to the community Slack where they...
Resolves: #4157. This PR demonstrates how we can use the lakeFS metadata client to create a Parquet table of a repository's ranges. Hopefully, running GC over Parquet files will gain...
Garbage collection in lakeFS is essentially an anti-join between the lists of "expired" and "active" addresses. Check whether performing this operation on Parquet files improves performance, and map the risk...
Allow to safely replace the database credentials used by lakeFS to connect to Postgres. This is useful, for example, when connecting to AWS RDS using IAM roles: this method provides...