Connect Deepnote to Tinybird¶
Deepnote 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¶
- A Deepnote account
- A Tinybird workspace with data sources
- A Tinybird Auth Token with scopes
WORKSPACE:READ_ALLand optionallyORG_DATASOURCES:READ. See how to create it.
Create a new connection¶
- Select Integrations > Add integration.
- In the Create new integration view, select ClickHouse® from the Data warehouses & lakes list.
- Fill in the ClickHouse database credentials.
Connection settings¶
Integration name: Tinybird
Host name: clickhouse.tinybird.co
Port: 443 # For HTTPS connections
Database: <WORKSPACE_NAME> # Your workspace name
Username: <WORKSPACE_NAME> # Your workspace name
Password: <TOKEN> # Your Tinybird auth token
Enforce SSL encryption: yes
See the list of ClickHouse hosts to find the correct one for your region.