What it does
ClickHouse runs queries, inserts rows, and lists tables via the HTTP interface. Uses api_key auth (HTTP Basic with username + password).
Setup
- Get your ClickHouse instance URL (e.g.
https://my-service.clickhouse.cloud:8443for Cloud). - Get a username + password.
- In FlowFn, go to Platform Tools → ClickHouse → Connect and provide host + username + password.
Actions
- Run Query (auto-appends
FORMAT JSONwhen missing), Insert Rows (viaJSONEachRow), List Tables