{% extends "explorer/base.html" %} {% block env_badge %} {% if let Some(env) = environment %} {{ env }} {% endif %} {% endblock %} {% block content %}
Accept-Encoding (compression is always
gzip, deflate, br, zstd), Host,
Connection and Content-Length. Use curl
to control those. The Accept header is set automatically from the
response-format toggle.
{{ api_base }}/datasets/<name>/query.
Body is a QueryRequest (columns, predicates, group_by, order_by, page, page_size…).
{{ api_base }}/sql. Read-only
SELECT/WITH over one or more registered datasets,
capped server-side.
[sql].enabled = false).
You can still check syntax, but queries will return 404. Use
To JSON query to convert simple SQL into a structured
request that runs without the raw-SQL endpoint.
SELECT * FROM <name> LIMIT 10;.
Add a Parquet or Delta source to this running server without a restart. The dataset is loaded in memory only — use the export options after registering to keep it across restarts.
{% if can_persist %}
This server can append datasets to
{{ config_path }}.
This server has no on-disk config file, so persistence is limited to downloading the exported TOML.
{% endif %}