Skip to main content
What this builds. A 3-row table that’s exported to CSV, then queried with a natural-language question routed through server-side text-to-SQL. You’ll end up with. Two working calls — export(format=CSV) and nl_query(...) — and a clear picture of when to reach for each.

Expected output

Large exports stream to object storage. In production the server may return content=b'' and a s3_key (and signed s3_url if provided) — fetch the file via that URL instead of reading inline bytes.

See also

Aggregation + run

The other read-side verb, with AggregationType.

Full workflow

Export sits inside the full vendor-scorecard walk.

Reference

export, nl_query parameters.