lakeFS
lakeFS copied to clipboard
lakeFS - Data version control for your data lake | Git for data
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.0 to 3.1.7. Release notes Sourced from dompurify's releases. DOMPurify 3.1.7 Fixed an issue with comment detection and possible bypasses with specific config settings, thanks @masatokinugawa Fixed...
At current, when querying Parquet files in lakeFS UI, wildcards are not accepted and only full file names need to be used. This request is to support wildcards to query...
I have been recently through the ACL and RBAC docs and code. It seems that "auth" can sometime means Authentication and Authorization ... Should there be 2 different way to...
Listing here improvements that could've been part of the MVP, but ended up out-of-scope. These can bring nice immediate value to the PRfD MVP users, with relatively scoped effort. ###...
Currently authorization simply _fails_ the request. Add to this response the missing permission(s). ## Why do this? We see that users who fail to perform some action are unsure what...
This ticket requests that a mechanism is provided to set a default value of the `--parallelism` flag for the `lakectl local` commands. Currently, it defaults to 25 and must be...
We can point at this in announcements and if users ask questions that it covers. Previously #8195 changed the description of the Python client. I intentionally do _not_ want a...
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...
It would be helpful to be able to restore branches which have been accidentally deleted by a user (assuming that GC has not run yet).
Closes #8203. ## Change Description Adding sanitize for user-input fields of a PR, to prevent malicious attacks. Currently it's only relevant for title + description when creating a PR. Using...