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