CatalogDataSourceService.

list_data_source_tables

list_data_source_tables( data_source_id: str ) -> list[CatalogDataSourceTable]

Lists all the data source tables for a given data source.

Parameters

nametypedescription
data_source_idstrData Source identification string. e.g. "demo"

Returns

typedescription
list[CatalogDataSourceTable]List of Data Source Table objects