Skip to main content

Manage Connectors

Displays the Connector information of the Query Engine. All Connector Types support four operations: Add, View, Update, Delete.

Manage connectors

Add a Connector

  • Step 1: On the Connectors screen, click Create a connector, then select the Connector Type to create.
  • Step 2: Enter the information for the Connector (see the detailed field descriptions below).
  • Step 3: Click Create to create the Connector, or click Cancel to abort.

Note: After successful creation, the Query Engine transitions to the Processing state and completes the configuration in approximately ~3 minutes.

Create Connector

Update a Connector

  • Step 1: On the Connectors screen, click the Action button of the connector to update, then select Update.
  • Step 2: Enter the information to update (the Connector Type cannot be modified).
  • Step 3: Click Update to save, or click Cancel to abort.

View a Connector

  • Step 1: On the Connectors screen, click on the Connector name to view its details.

Note: Sensitive fields (Password, S3 Secret Key, SASL Password, Credentials Key) will not be displayed for security reasons.

Delete a Connector

  • Step 1: On the Connectors screen, click the Action button of the connector to delete, then select Delete.
  • Step 2: Click Confirm to confirm the deletion, or click Cancel to abort.

Delete Connector

Field Information by Connector Type

The table below describes the detailed fields corresponding to each Connector Type.

Iceberg catalog - Hive

FieldDescription
Catalog NameThe name of the catalog
Catalog TypeThe catalog type (enter: hive)
Enable S3 SSEAutomatically encrypts all files written to S3. When viewing or downloading files, the Workspace automatically decrypts them, increasing data security. Keyvault: Select the keystore you created (Keystore Management). If S3 SSE is not enabled, files are stored raw and unencrypted.
Catalog URLHive Metastore connection address
File FormatStorage file format (parquet / orc / avro)
Default Warehouse DirectoryThe default warehouse directory path (s3a://<bucket>/path)
S3 EndpointS3 access endpoint address
S3 Access KeyS3 access key
S3 Secret KeyS3 secret access key (not displayed in detail View)
S3 RegionThe region of the S3 bucket (e.g., us-east-1, ap-southeast-1)
S3 Path Style AccessEnable if the S3 endpoint uses path-style access, fill with true/false
Cache EnabledEnable/disable data caching for the catalog: True/False
Cache SizeMaximum cache size to use (e.g., 10GB, 100GB). Only applicable when cache is enabled.
Cache TTLCache time-to-live before expiration/refresh (e.g., 1h, 24h, 7d). Only applicable when cache is enabled.

Iceberg catalog - Nessie

FieldDescription
Catalog NameThe name of the catalog
Catalog TypeThe catalog type (enter: nessie)
Enable S3 SSEAutomatically encrypts all files written to S3. When viewing or downloading files, the Workspace automatically decrypts them, increasing data security. Keyvault: Select the keystore you created (Keystore Management). If S3 SSE is not enabled, files are stored raw and unencrypted.
Catalog URLNessie server connection address
Nessie BranchThe Nessie branch to connect to
File FormatStorage file format (parquet / orc / avro)
Default Warehouse DirectoryThe default warehouse directory path (s3a://<bucket>/path)
S3 EndpointS3 access endpoint address
S3 Access KeyS3 access key
S3 Secret KeyS3 secret access key (not displayed in detail View)
S3 RegionThe region of the S3 bucket (e.g., us-east-1, ap-southeast-1)
S3 Path Style AccessEnable if the S3 endpoint uses path-style access, fill with true/false
Cache EnabledEnable/disable data caching for the catalog: True/False
Cache SizeMaximum cache size to use (e.g., 10GB, 100GB). Only applicable when cache is enabled.
Cache TTLCache time-to-live before expiration/refresh (e.g., 1h, 24h, 7d). Only applicable when cache is enabled.

PostgreSQL

FieldDescription
Catalog NameThe name of the catalog
HostHost address of the database server
PortConnection port to the database server
DB NameThe name of the database to connect to
User NameAuthentication username
PasswordAuthentication password (not displayed in detail View)

SQL Server

FieldDescription
Catalog NameThe name of the catalog
HostHost address of the database server
PortConnection port to the database server
DB NameThe name of the database to connect to
User NameAuthentication username
PasswordAuthentication password (not displayed in detail View)
EncryptEnable/disable SSL/TLS connection encryption between client and SQL Server
Trust Server CertificateBypass SSL server certificate validation (typically used for dev/test environments)

MySQL

FieldDescription
Catalog NameThe name of the catalog
HostHost address of the database server
PortConnection port to the database server
DB NameThe name of the database to connect to
User NameAuthentication username
PasswordAuthentication password (not displayed in detail View)

MariaDB

FieldDescription
Catalog NameThe name of the catalog
HostHost address of the database server
PortConnection port to the database server
DB NameThe name of the database to connect to
User NameAuthentication username
PasswordAuthentication password (not displayed in detail View)

MongoDB

FieldDescription
Catalog NameThe name of the catalog
Connection URLMongoDB connection string (mongodb://<user>:<pass>@<host>:<port>/<db>)
User NameAuthentication username
PasswordAuthentication password (not displayed in detail View)

OpenSearch

FieldDescription
Catalog NameThe name of the catalog
HostHost address of the OpenSearch server
PortConnection port
User NameAuthentication username
PasswordAuthentication password (not displayed in detail View)

ClickHouse

FieldDescription
Catalog NameThe name of the catalog
HostHost address of the ClickHouse server
PortConnection port
DB NameThe name of the database to connect to
User NameAuthentication username
PasswordAuthentication password (not displayed in detail View)

Elasticsearch

FieldDescription
Catalog NameThe name of the catalog
HostHost address of the Elasticsearch server
PortConnection port
Default Schema NameDefault schema name when querying
User NameAuthentication username
PasswordAuthentication password (not displayed in detail View)

Kafka

FieldDescription
Catalog NameThe name of the catalog
Kafka NodesList of Kafka broker nodes (host:port, multiple nodes separated by commas)
Default SchemaDefault schema when querying
Table NamesList of Kafka topics to connect to
Security ProtocolSecurity protocol (PLAINTEXT / SSL / SASL_PLAINTEXT / SASL_SSL)
SASL MechanismSASL authentication mechanism (PLAIN / SCRAM-SHA-256 / GSSAPI)
SASL UsernameSASL username
SASL PasswordSASL password (not displayed in detail View)

BigQuery

FieldDescription
Catalog NameThe name of the catalog
GCP Project IDProject ID on Google Cloud Platform
Credentials KeyGCP credentials for authentication, Base64 encoded JSON service account file (not displayed in detail View)
Views EnabledAllow querying views in BigQuery
Skip View MaterializationSkip view materialization during query to optimize performance
Max ParallelismMaximum number of parallel tasks when reading data from BigQuery