mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-30 15:21:02 +00:00
bugfix: doris icon broken (#949)
Co-authored-by: 一帆 <zhang.f@digitalcnzz.com>
This commit is contained in:
parent
511a43b849
commit
6739993b94
2
setup.py
2
setup.py
@ -533,6 +533,8 @@ def all_datasource_requires():
|
||||
"pyspark",
|
||||
"psycopg2",
|
||||
# for doris
|
||||
# mysqlclient 2.2.x have pkg-config issue on 3.10+
|
||||
"mysqlclient==2.1.0",
|
||||
"pydoris>=1.0.2,<2.0.0",
|
||||
]
|
||||
|
||||
|
BIN
web/public/icons/doris.png
Normal file
BIN
web/public/icons/doris.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
@ -50,6 +50,7 @@ export const dbMapper: Record<DBType, { label: string; icon: string; desc: strin
|
||||
oracle: { label: 'Oracle', icon: '/icons/oracle.png', desc: 'Robust, scalable, secure relational database widely used in enterprises.' },
|
||||
access: { label: 'Access', icon: '/icons/access.png', desc: 'Easy-to-use relational database for small-scale applications by Microsoft.' },
|
||||
mongodb: { label: 'MongoDB', icon: '/icons/mongodb.png', desc: 'Flexible, scalable NoSQL document database for web and mobile apps.' },
|
||||
doris: { label: 'ApacheDoris', icon: '/icons/doris.png', desc: 'A new-generation open-source real-time data warehouse.' },
|
||||
starrocks: { label: 'StarRocks', icon: '/icons/starrocks.png', desc: 'An Open-Source, High-Performance Analytical Database.' },
|
||||
db2: { label: 'DB2', icon: '/icons/db2.png', desc: 'Scalable, secure relational database system developed by IBM.' },
|
||||
hbase: { label: 'HBase', icon: '/icons/hbase.png', desc: 'Distributed, scalable NoSQL database for large structured/semi-structured data.' },
|
||||
|
Loading…
Reference in New Issue
Block a user