This documentation is for an older version of GoodData.
Go to the latest version of this article.
catalog_data_source.
get_data_source
get_data_source(data_source_id: str)
Gets data source 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. |
Example
# Get a data source via source id.
data_source = sdk.catalog_data_source.get_data_source(data_source_id="123")