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

Route get_tables

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

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