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
error
truncated
While working on:
It became clear that the render callback function documented here: https://docs.datasette.io/en/0.64.3/plugin_hooks.html#register-output-renderer-datasette
render
Needs to grow the ability to be told if an error occurred (an error string) and if the results were truncated (a truncated boolean).
The text was updated successfully, but these errors were encountered:
Main place the code needs updating is here:
datasette/datasette/views/base.py
Lines 301 to 310 in 5139c08
Plus the documentation.
Sorry, something went wrong.
error/truncated aruments for renderers, refs #2130
cd1dd01
1377a29
Updated documentation is here: https://docs.datasette.io/en/latest/plugin_hooks.html#register-output-renderer-datasette
Release 1.0a3
19ab455
Closes #2135 Refs #262, #782, #1153, #1970, #2007, #2079, #2106, #2127, #2130
No branches or pull requests
While working on:
It became clear that the
render
callback function documented here: https://docs.datasette.io/en/0.64.3/plugin_hooks.html#register-output-renderer-datasetteNeeds to grow the ability to be told if an error occurred (an
error
string) and if the results were truncated (atruncated
boolean).The text was updated successfully, but these errors were encountered: