This documentation is for an older version of GoodData.
Go to the latest version of this article.
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 |