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_declarative_data_sources
get_declarative_data_sources()
Gets all data sources, including their related physical data model.
Parameters
None
Returns
| type | description |
|---|---|
| CatalogDeclarativeDataSources | Data source object, including physical data model. |
Example
# Get Declarative data sources
declarative_data_sources = sdk.catalog_data_source.get_declarative_data_sources()