You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked at the commit log of that file through the python client (using the query parameter `objects=[";semicolon.txt"])
Instead of seeing the log of the specific file, I see the log of all files in the repository
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:
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: