mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-11-11 21:29:39 +00:00
8 lines
111 B
Python
8 lines
111 B
Python
import json
|
|
|
|
|
|
class DbDataLoader:
|
|
|
|
|
|
def get_table_view_by_conn(self, db_conn, chart_sql: str):
|
|
pass |