mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-28 12:51:54 +00:00
fix:[chatdb] clickhouse occur error AttributeError: 'ClickhouseConnect… (#1432)
This commit is contained in:
parent
00af9fed35
commit
baa1e3f9f6
@ -150,6 +150,11 @@ class ClickhouseConnector(RDBMSConnector):
|
||||
for name, column_type, _, _, comment in fields[0]
|
||||
]
|
||||
|
||||
@property
|
||||
def dialect(self) -> str:
|
||||
"""Return string representation of dialect to use."""
|
||||
pass
|
||||
|
||||
def get_fields(self, table_name) -> List[Tuple]:
|
||||
"""Get column fields about specified table."""
|
||||
session = self.client
|
||||
|
Loading…
Reference in New Issue
Block a user