secure

Get Tables For Sources

Fetches available tables for the specified schema in a source.

Args: source_name (str): The name of the source. schema (str): The schema to fetch tables from.

Raises: HTTPException: Raised when no sources are provided in the connection details.

Returns: TableResponse: List of tables available in the specified schema.

get/api/v1/pipelines/sources/{source_name}/tables

Path parameters

source_namestring required

Query parameters

schemastring required

Response

Successful Response

tablesstring[] required

Changes