Data Source Management

Data sources are the foundation for Analytics Agent to perform data analysis. You must first connect your database to the system before Analytics Agent can answer questions based on that data.

Navigation Entry

Left navigation bar → ManagementData Sources

Supported Data Source Types

Click + New Data Source in the upper right corner and select a data source type:

TypeApplicable Scenario
LakeHouseSingdata Lakehouse instance
DatabricksDatabricks data platform
MySQLMySQL database
StarRocksStarRocks database

Configuration Guide

LakeHouse

FieldDescription
Data source nameMust be unique within the system
UsernameDatabase username
PasswordDatabase password
JDBC URLConnection address, format: jdbc:clickzetta://[host]/[workspace]
AP Virtual ClusterName of the analytical Virtual Cluster; defaults to DEFAULT if left blank

MySQL / StarRocks

FieldDescription
Data source nameMust be unique within the system
UsernameDatabase username
PasswordDatabase password
JDBC URLConnection address, format: jdbc:mysql://[host]:[port]/[database]

Databricks

FieldDescription
Data source nameMust be unique within the system
JDBC URLJDBC connection address of the Databricks cluster
PasswordAccess token (Personal Access Token)

Connection Test and Save

After filling in all fields, click Connection Test to verify connectivity. Once the test passes, click Save to complete the setup.