[Bug]: Python client "LogCommits" doesn't quote query parameters #8558
Labels
area/sdk/python
bug
Something isn't working
contributor
good first issue
Good for newcomers
python-wrapper
What happened?
Steps to Reproduce:
I traced the error to an issue in the OpenAPI generator. The query parameter just doesn't get property URL-quoted, leading to something like
lakefs/some-path/?...objects=;semicolon.txt
which is just wrong. Luckily it got fixed already some months ago: OpenAPITools/openapi-generator#20148 .Expected behavior
No response
lakeFS version
1.24
How lakeFS is installed
docker
Affected clients
Python lakeFS client 1.48.2
Relevant log output
Contact details
through github is fine
The text was updated successfully, but these errors were encountered: