Open yonipeleg33 opened 5 months ago
This is not a "Python Wrapper" issue. This is an issue with all of our clients. The reason is: head response does not return a body and as a result we don't get the full description of the error. Potentially we should somehow make the error description available in the lakeFS response also for head requests.
@N-o-Z I see your point, changed the issue title accordingly.
@N-o-Z I see your point, changed the issue title accordingly.
Thanks!
What happened?
Related to #7451
Steps to Reproduce: Running this code:
Throws:
While running this code:
Throws:
The
exists
API callsHEAD /repositories/{repository}/refs/{ref}/objects
, while thestat
API does aGET
request to the same endpoint. The HEAD request doesn't accept content in the response body, which contains crucial information about the failure reason.Expected behavior
Both code snippets should produce the same exception:
lakeFS version
No response
How lakeFS is installed
No response
Affected clients
No response
Relevant log output
No response
Contact details
No response