N-o-Z

Results 65 issues of N-o-Z

Currently when deleting a repository we delete the following repo data: * branches * tags * commits We are missing: * settings * link addresses * imports .... We should...

good first issue
tech-debt
no stale

Support passing prefix parameter to the diff command and show diff for a specific path in the repository

good first issue
area/lakectl
improvement
tech-debt
no stale

Argument was deprecated and should be removed with the next major release. Notify on breaking change in changelog! Relates to: https://github.com/treeverse/lakeFS/pull/7353

area/sdk/python

Using S3 backing store: ``` lakectl_test.go:624: Error Trace: /home/niro/dev/lakefs/esti/lakectl_util.go:199 /home/niro/dev/lakefs/esti/lakectl_util.go:212 /home/niro/dev/lakefs/esti/lakectl_util.go:171 /home/niro/dev/lakefs/esti/lakectl_util.go:156 /home/niro/dev/lakefs/esti/lakectl_test.go:624 Error: An error is expected but got nil. Test: TestLakectlBisect Messages: Expected error in 'LAKECTL_CREDENTIALS_ACCESS_KEY_ID=AKIAIOSFDNN7EXAMPLEQ LAKECTL_CREDENTIALS_SECRET_ACCESS_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY LAKECTL_SERVER_ENDPOINT_URL=http://localhost:8000...

bug
good first issue
area/testing
tech-debt
no stale

Externalize TableMetadata's commit method so that the TableMetadata class can be used in custom REST catalog implementations

core

Closes #7710 ## Change Description ### Background Create a lakeFS Rust client using Open API generator. This PR only handles the code generation aspects. Release workflow will be handled in...

exclude-changelog

As part of the exporters logic (delta, and unity), we translate physical address in lakeFS in the form of `https` to `abfss` scheme. In the function that translates the URIs...

P2
azure
export-hooks

As a first step - create auto generated lakeFS rust client In a different issue - create a release process for the rust client with crate

Add IAM Role authentication to the Client's authentication chain.

python-wrapper
iam-role-support

tracking issue to support ListParts for the following block adapters by order of importance: 1. Azure 2. GS 3. local AWS S3 is already covered in https://github.com/treeverse/lakeFS/issues/7599

bug