This documentation is for the unstable version of GoodData, currrently in development.
For stable version, go to the latest stable version of this article.
For stable version, go to the latest stable 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")