mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-29 05:10:56 +00:00
style:fmt
This commit is contained in:
parent
1312b190bf
commit
e3c0fbbaa8
@ -11,8 +11,11 @@ class ClickhouseConnect(RDBMSDatabase):
|
||||
Usage:
|
||||
"""
|
||||
|
||||
"""db type"""
|
||||
db_type: str = "clickhouse"
|
||||
"""db driver"""
|
||||
driver: str = "clickhouse"
|
||||
"""db dialect"""
|
||||
db_dialect: str = "clickhouse"
|
||||
|
||||
@classmethod
|
||||
|
Loading…
Reference in New Issue
Block a user