sources
Add ClickHouse connection
Create a new ClickHouse data warehouse connection.
POST
/api/v1/sources/add/clickhouse/
Headers
Authorizationrequiredany - API key authentication using Bearer scheme
Request Body
typerequiredstring - Connection type identifier. Must be `CLICKHOUSE`
account_namestring - Display name for the connection
hostrequiredstring - ClickHouse server hostname
portinteger - Port number
usernamerequiredstring - Database username
passwordrequiredstring - Database password
databasestring - Database name (optional)
Response
idinteger - The ID of the created connection
