CatalogDataSourceService.
get_data_source
get_data_source(data_source_id: str) ->
CatalogDataSource
Retrieve Data Source entity using data source id.
Parameters
| name | type | description |
|---|---|---|
| data_source_id | str | Data Source identification string e.g. "demo" |
Returns
| type | description |
|---|---|
| CatalogDataSource | Data Source Object |