Last updated
Last updated
A ClickHouse connection is used to support exporting/loading data from your Upsolver tables into ClickHouse.
CONNECTION_STRING
— editableType: text
The connection string to use when connecting to ClickHouse. Syntax should be as follows:
protocol://host[:port][/database][?param[=value][¶m[=value]][#tag[,tag]]
USER_NAME
— editableType: text
The user for authenticating to the database.
PASSWORD
— editableType: text
The password to use for authentication.
COMMENT
— editableType: text
(Optional) A description or comment regarding this connection.
The ClickHouse documentation for creating a connection string can be found .