We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a data consumer I would like to receive descriptive, actionable errors so that I can fix issues with queries I am developing.
Queries are sent to presto in the header of the request. See below for error example.
{:ok, %Tesla.Env{ __client__: %Tesla.Client{adapter: nil, fun: nil, post: [], pre: []}, __module__: Prestige.Client.RequestStream, body: "<h1>Bad Message 431</h1><pre>reason: Request Header Fields Too Large</pre>", headers: [ {"content-type", "text/html;charset=iso-8859-1"}, {"content-length", "74"}, {"connection", "close"} ], method: :post, opts: [], query: [], status: 431, url: "http://kdp-kubernetes-data-platform-presto.kdp:8080/v1/statement" }}
Tested with a query over 6900 characters
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What
Why
As a data consumer I would like to receive descriptive, actionable errors so that I can fix issues with queries I am developing.
Notes:
Queries are sent to presto in the header of the request.
See below for error example.
Tested with a query over 6900 characters
The text was updated successfully, but these errors were encountered: