Get upstream/downstream table lineage.
Args: table_id: Full table identifier (format: database.schema.table or similar path) direction: Lineage direction - “upstream”, “downstream”, or “both” (default: “both”) depth: Maximum traversal depth (default: configured system depth, typically 3-5 hops)
Returns: TableLineageResponse containing:
Example:
Note: depth parameter is interpolated into Cypher query using f-string because Cypher does not support parameterized variable-length path patterns (*1..). Input is validated as int by FastAPI.
Use the 'Authorization' header with the format 'Key