Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Datakitpage/Datakit
/ getTableSchema
Function
getTableSchema
frontend/src/lib/python/init.ts:407–409 ·
view source on GitHub ↗
(tableName: string)
Source
from the content-addressed store, hash-verified
405
},
406
407
async
getTableSchema(tableName: string): Promise<any> {
408
return
await
duckDBStore.getTableSchema(tableName);
409
}
410
};
411
412
// Expose the bridge to Python when it's created
Callers
3
setActiveTableContext
Function · 0.50
useQueryResultsImport
Function · 0.50
useSchemaInfo
Function · 0.50
Calls
1
getTableSchema
Method · 0.45
Tested by
no test coverage detected