Doris Connection

This topic describes how to authenticate to Doris and configure any necessary connection properties in the Doris connection connector.

Connection Configuration

Each connection property available in the Doris connector is explained below.


Connection Name

The name of the connection to be created should be provided. This is the name that will display on the list of available connections.


Scope

Define the connection scope to customize their accessibility.

  • Workspace: Scope of connection access and usage across workspace users.

  • Project: Accessible to organization users limited to projects that are specified by the connection owner for usage in applications.

  • Private: Accessible only to the connection owner for usage in applications.

Host

Provide the host as a comma-separated list in case of HA.

Namespace

Provide Doris namespace.

Query Port

Provide the Doris Query port.

HTTP Port

Provide the FE port as comma-separated list in case of HA.

Username

Database username that has access.

Password

Database user password

Add Configuration: Additional properties can be added using this option as key-value pairs.

Click TEST to test the connection if it is working. Click CREATE to create connection.

Top