Connect Redash to Tinybird¶
Redash can connect to Tinybird using the ClickHouse® Data Source, taking advantage of Tinybird's ClickHouse® HTTP protocol compatibility.
The ClickHouse® connection to Tinybird is read-only. You can use it to query and analyze data from your Tinybird data sources, but you cannot modify data through this connection.
Prerequisites¶
- Redash installed
- A Tinybird workspace with data sources
- A Tinybird Auth Token with read permissions for the workspace data sources
Create a new connection¶
- Select Data Sources > New Data Source.
- Select ClickHouse® from the data sources list.
- Fill in the ClickHouse database credentials.
Connection settings¶
Name: Tinybird URL: https://clickhouse.tinybird.co:443 Password: <TOKEN> # Your Tinybird auth token User: <WORKSPACE_NAME> # Your workspace name Database Name: <WORKSPACE_NAME> # Your workspace name
See the list of ClickHouse hosts to find the correct one for your region.