xiaokang commented on code in PR #38929:
URL: https://github.com/apache/superset/pull/38929#discussion_r3021247040
##########
superset/db_engine_specs/doris.py:
##########
@@ -145,6 +145,53 @@ class DorisEngineSpec(MySQLEngineSpec):
"catalog": "Catalog name",
"database": "Database name",
},
+ "compatible_databases": [
+ {
+ "name": "VeloDB",
+ "description": (
+ "VeloDB is a fully-managed cloud service and enterprise "
+ "distribution built on Apache Doris. It provides real-time
"
+ "analytics and search with enterprise security and
support. "
+ "It provides SaaS and BYOC offers on AWS, GCP, and Azure."
+ ),
+ "logo": "velodb.svg",
+ "homepage_url": "https://velodb.io/",
+ "categories": [
+ DatabaseCategory.ANALYTICAL_DATABASES,
+ DatabaseCategory.TIME_SERIES,
+ DatabaseCategory.CLOUD_DATA_WAREHOUSES,
+ DatabaseCategory.HOSTED_OPEN_SOURCE,
+ ],
+ "pypi_packages": ["mysqlclient", "pydoris"],
+ "connection_string": (
+
"doris://{username}:{password}@{host}:{port}/{catalog}.{database}"
+ ),
+ "docs_url": "https://docs.velodb.io/",
+ },
+ {
+ "name": "SelectDB",
+ "description": (
+ "SelectDB is a fully-managed cloud service and enterprise "
+ "distribution built on Apache Doris. It provides real-time
"
+ "analytics and search with enterprise security and
support. "
+ "It provides SaaS and BYOC offers on Aliyun, Tencent
Cloud, "
+ "and Huawei Cloud."
+ ),
+ "logo": "selectdb.svg",
+ "homepage_url": "https://selectdb.com/",
+ "categories": [
+ DatabaseCategory.ANALYTICAL_DATABASES,
+ DatabaseCategory.TIME_SERIES,
+ DatabaseCategory.CLOUD_DATA_WAREHOUSES,
+ DatabaseCategory.HOSTED_OPEN_SOURCE,
+ ],
Review Comment:
fixed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]