feat(datasource): 更新 GaussDB 数据源描述信息

This commit is contained in:
tanwei 2025-07-06 11:44:39 +08:00
parent 613a8f1cbf
commit 732d6c854d

View File

@ -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):