Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/caesarHQ/textSQL
/ save_tables_metadata_to_json
Function
save_tables_metadata_to_json
byod/api/app/table_selection/utils.py:50–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
49
50
def
save_tables_metadata_to_json():
51
with
open(
"app/models/json/table_metadata.json"
,
"w"
)
as
f:
52
json.dump(TABLES_METADATA_DICT, f, indent=4)
53
54
55
def
save_enums_metadata_to_json():
Callers
1
save_table_metadata
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected