Skip to content

Commit 885086e

Browse files
committed
feat: support starrocks datasource
1 parent a338ec7 commit 885086e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/apps/db/constant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class DB(Enum):
2424
redshift = ('redshift', 'AWS Redshift', '"', '"', ConnectType.py_driver)
2525
es = ('es', 'Elasticsearch', '"', '"', ConnectType.py_driver)
2626
kingbase = ('kingbase', 'Kingbase', '"', '"', ConnectType.py_driver)
27-
starrocks = ('starrocks', 'StarRocks', '"', '"', ConnectType.py_driver)
27+
starrocks = ('starrocks', 'StarRocks', '`', '`', ConnectType.py_driver)
2828

2929
def __init__(self, type, db_name, prefix, suffix, connect_type: ConnectType):
3030
self.type = type

0 commit comments

Comments
 (0)