CatalogDataSourceService.
load_declarative_data_sources
load_declarative_data_sources(
layout_root_path: Optional[Path]
) ->
CatalogDeclarativeDataSources
Load declarative data sources layout, which was stored using store_declarative_data_sources.
Parameters
name | type | description |
---|---|---|
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 |