MCPcopy Create free account
hub / github.com/dataease/SQLBot / TableAndFields

Class TableAndFields

backend/apps/datasource/models/datasource.py:176–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174
175
176class TableAndFields:
177 def __init__(self, schema, table, fields):
178 self.schema = schema
179 self.table = table
180 self.fields = fields
181
182 schema: str
183 table: CoreTable
184 fields: List[CoreField]
185
186
187class FieldObj(BaseModel):

Callers 1

get_table_obj_by_dsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected