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_workspace_content.
put_declarative_ldm
put_declarative_ldm(workspace_id: str, ldm: CatalogDeclarativeModel, validator: Optional[DataSourceValidator])
Puts a logical data model into a given workspace.
Optional validator checks that for every data_source_id in the logical data model there exists corresponding data source.
Parameters
name | type | description |
---|---|---|
path | Optional[Path] | Path to the root of the layout directory. Defaults to Path.cwd(). |
ldm | CatalogDeclarativeModel | Object Containing declarative Logical Data Model |
validator | Optional[DataSourceValidator] | Object that manages validation, whether each data_source_id in LDM corresponds to existing data source. Defaults to None. |
Returns
None