mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-27 12:33:16 +00:00
[feat] Support Hive Conn (#1215)
Co-authored-by: xiuzhu <edy@dodge-pro.local>
This commit is contained in:
@@ -20,6 +20,7 @@ class DBType(Enum):
|
||||
StarRocks = DbInfo("starrocks")
|
||||
Spark = DbInfo("spark", True)
|
||||
Doris = DbInfo("doris")
|
||||
Hive = DbInfo("hive")
|
||||
|
||||
def value(self):
|
||||
return self._value_.name
|
||||
|
Reference in New Issue
Block a user