Skip to content

Commit 6739993

Browse files
zfanswer一帆
andauthored
bugfix: doris icon broken (#949)
Co-authored-by: 一帆 <zhang.f@digitalcnzz.com>
1 parent 511a43b commit 6739993

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,8 @@ def all_datasource_requires():
533533
"pyspark",
534534
"psycopg2",
535535
# for doris
536+
# mysqlclient 2.2.x have pkg-config issue on 3.10+
537+
"mysqlclient==2.1.0",
536538
"pydoris>=1.0.2,<2.0.0",
537539
]
538540

web/public/icons/doris.png

18.5 KB
Loading

web/utils/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export const dbMapper: Record<DBType, { label: string; icon: string; desc: strin
5050
oracle: { label: 'Oracle', icon: '/icons/oracle.png', desc: 'Robust, scalable, secure relational database widely used in enterprises.' },
5151
access: { label: 'Access', icon: '/icons/access.png', desc: 'Easy-to-use relational database for small-scale applications by Microsoft.' },
5252
mongodb: { label: 'MongoDB', icon: '/icons/mongodb.png', desc: 'Flexible, scalable NoSQL document database for web and mobile apps.' },
53+
doris: { label: 'ApacheDoris', icon: '/icons/doris.png', desc: 'A new-generation open-source real-time data warehouse.' },
5354
starrocks: { label: 'StarRocks', icon: '/icons/starrocks.png', desc: 'An Open-Source, High-Performance Analytical Database.' },
5455
db2: { label: 'DB2', icon: '/icons/db2.png', desc: 'Scalable, secure relational database system developed by IBM.' },
5556
hbase: { label: 'HBase', icon: '/icons/hbase.png', desc: 'Distributed, scalable NoSQL database for large structured/semi-structured data.' },

0 commit comments

Comments
 (0)