lakeFS
lakeFS copied to clipboard
lakeFS - Data version control for your data lake | Git for data
The page describing how to deploy lakeFS on GCP https://docs.lakefs.io/deploy/gcp.html, doesn't the complete information on how to deploy lakeFS on Google. The page describe the lakeFS's configuration (yaml) recommended to...
1. Create an integration user with a name like idan%demo 2. Try to go click on the user that was created Because % is a special character in URL, you...
1. Try to create a user with an invalid format so you will get an error message 2. Close the user creation window 3. Open the user creation window again...
Repro: 1. dump refs on repo with default branch "x" 2. create bare repo with default branch "y" 3. preform restore refs on bare repo using dump Expected: failure /...
To demonstrate lakefs, we created multiple demos and scripts under https://github.com/treeverse/lakeFS-samples To provide users with accessible samples of working with lakefs directly in the lakefs project. I suggest merging 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...
Today lakeFS supports Azure Blob Storage, and partially supports Azure Data Lake Storage Gen2. We should check and document our support in Azure, what are (if any) the differences in...
Currently, we only publish the non-assembled Spark metadata client to Maven central. This task is to do some discovery and decide whether we want to publish the assembled jar too.
It is not allowed to commit to a branch with 0 changes to objects. However the term "empty staging area" is not clear when uploading the same objects again. **Example**:...