lakeFS
lakeFS copied to clipboard
Task: Create Rust API Client
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 a separate issue
E2E Test Results - DynamoDB Local - Local Block Adapter
Please add the .gitattributes
hack here, too. Right now I am too scared to review.
Please add the
.gitattributes
hack here, too. Right now I am too scared to review.
Done
Thanks!
Just please add how we tested this generated client (hint: might look like "the same client worked when I generated it on my machine, and after I pull this code I will publish the crate and then test that that works")
As you said - tested manually when build on my system. We have a general issue with the generated clients and testing we should address at some point
😲