MCPcopy Create free account
hub / github.com/IQEngine/IQEngine / DataSourceReference

Class DataSourceReference

api/database/models.py:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20class DataSourceReference(BaseModel):
21 type: str
22 account: str
23 container: str
24 file_path: str
25
26
27class MetadataGlobal(BaseModel):

Callers 3

query_metadataFunction · 0.90
syncFunction · 0.90
create_metaFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected