A convenient way to use Dune outside of Dune with Trino/Presto/Starburst-compatible tools.
Trino/Presto client → Dune connector → Dune Query Engine
Parameter | Value | Description |
---|---|---|
Host | dune-api-trino.dune.com | Dune’s Trino/Presto endpoint |
Port | 443 | Standard HTTPS port |
Username | dune | Fixed username for all connections |
Password | <your-dune-api-key> | Your Dune API key |
Catalog | delta_prod | Main data catalog |
SSL/TLS | true | Always use encrypted connections |
HTTP scheme | https | Required for secure connections |
Open Data sources
Add connection and choose Trino
Enter connection details
Open or create a project
Add a SQL cell
Select data source
Paste and run SQL
Open Admin settings
Go to Databases
Add database
Choose driver
Starburst (Trino)
as the Database type.Enter connection details
SHOW TABLES
or
SHOW SCHEMAS
may not be available in Metabase with this connector
because Dune’s catalog spans millions of tables. Many BI tools are not yet
optimized to enumerate catalogs at this scale. An update with improved schema
discovery is planned for the future.Create a new SQL query
Select database
Paste example SQL
Run the query
SHOW TABLES
or SHOW SCHEMAS
. This may impact the data source browsing and autocomplete experience within some BI tools.
For schema and table discovery, see the Data Explorer guide. If you encounter timeouts with large result sets, consider paginating your queries using LIMIT
and OFFSET
, narrowing your filters, or splitting complex queries into smaller, more manageable parts.