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.
load_analytics_model_from_disk
load_analytics_model_from_disk(path: Path = Path.cwd())
Loads the analytics model stored to disk using store_analytics_model_to_disk.
Parameters
name | type | description |
---|---|---|
path | Optional[Path] | Path to the root of the layout directory. Defaults to Path.cwd(). |
Returns
type | description |
---|---|
CatalogDeclarativeAnalytics | Object Containing declarative Analytical Model |