mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-13 05:01:25 +00:00
[feat] Support Hive Conn (#1215)
Co-authored-by: xiuzhu <edy@dodge-pro.local>
This commit is contained in:
BIN
web/public/icons/hive.png
Normal file
BIN
web/public/icons/hive.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
@@ -64,5 +64,6 @@ export const dbMapper: Record<DBType, { label: string; icon: string; desc: strin
|
||||
desc: 'Powerful open-source relational database with extensibility and SQL standards.',
|
||||
},
|
||||
spark: { label: 'Spark', icon: '/icons/spark.png', desc: 'Unified engine for large-scale data analytics.' },
|
||||
hive: { label: 'Hive', icon: '/icons/hive.png', desc: 'A distributed fault-tolerant data warehouse system.' },
|
||||
space: { label: 'Space', icon: '/icons/knowledge.png', desc: 'knowledge analytics.' },
|
||||
};
|
||||
|
Reference in New Issue
Block a user