Create interactive visualizations from your data with a simple SQL query.
Reference another node's output using dash.ref_<name>() in your SQL. Drag an edge between nodes and Dash inserts the reference automatically.
Each node forwards only its selected rows to the next node in the chain, letting you build fully interactive canvases.
The same dash.ref_<name>() references work from any DuckDB connection, e.g. the CLI or directly from Python.
You can use Dash in two ways, either directly in your browser or as a DuckDB extension.