catalog_data_source.

get_data_source

get_data_source(data_source_id: str)

Gets data source using data source id.

Parameters

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

Returns

typedescription
CatalogDataSourceData source object.

Example

# Get a data source via source id.
data_source = sdk.catalog_data_source.get_data_source(data_source_id="123")