Prerequisites
Before proceeding, ensure the following prerequisites are met:- Install MindsDB locally via Docker or use MindsDB Cloud.
- To connect Databend to MindsDB, install the required dependencies following this instruction.
- Install or ensure access to Databend.
Implementation
This handler is implemented by extending the ClickHouse handler. The required arguments to establish a connection are as follows:protocol
is the protocol to query Databend. Supported values includenative
,http
,https
. It defaults tonative
if not provided.host
is the host name or IP address of the Databend warehouse.port
is the TCP/IP port of the Databend warehouse.user
is the username used to authenticate with the Databend warehouse.password
is the password to authenticate the user with the Databend warehouse.database
is the database name to use when connecting with the Databend warehouse.