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.
load_declarative_data_sources
load_declarative_data_sources(layout_root_path: Path = Path.cwd())
Loads declarative data sources layout, which was stored using store_declarative_data_sources.
Parameters
| name | type | description |
|---|---|---|
| declarative_data_sources | CatalogDeclarativeDataSources | Declarative data sources object |
| layout_root_path | Optional[Path] | Path to the root of the layout directory. Defaults to Path.cwd(). |
Returns
| type | description |
|---|---|
| CatalogDeclarativeDataSources | Declarative data sources object |
Example
# Get Declarative data sources
declarative_data_sources = sdk.catalog_data_source.get_declarative_data_sources()