mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-30 07:11:56 +00:00
feat(datasource): 更新 GaussDB 数据源描述信息
This commit is contained in:
parent
613a8f1cbf
commit
732d6c854d
@ -23,7 +23,9 @@ logger = logging.getLogger(__name__)
|
||||
label=_("GaussDB datasource"),
|
||||
category=ResourceCategory.DATABASE,
|
||||
tags={"order": TAGS_ORDER_HIGH},
|
||||
description=_("Huawei's distributed database with PostgreSQL/MySQL compatibility."),
|
||||
description=_(
|
||||
"A scalable,enterprise-grade relational database with distributed architecture."
|
||||
),
|
||||
)
|
||||
@dataclass
|
||||
class GaussDBParameters(RDBMSDatasourceParameters):
|
||||
|
Loading…
Reference in New Issue
Block a user