protocol
is the protocol to query Databend. Supported values include native
, http
, https
. It defaults to native
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.