MCPcopy Create free account
hub / github.com/caesarHQ/textSQL / setup_metadata

Route setup_metadata

byod/api/app/setup/routes.py:None–None  ·  view source on GitHub ↗
bp.route('/setup_metadata', methods=['POST'])

Source from the content-addressed store, hash-verified

1from flask import Blueprint, jsonify, make_response, request
2
3from ..config import ENGINE
4from .utils import (ENUMS_METADATA_DICT, TABLES_METADATA_DICT,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected