This documentation is for an older version of GoodData.
Go to the latest version.
catalog_workspace_content.
get_facts_catalog
get_facts_catalog(workspace_id: str)
Gets all facts in a given workspace.
Parameters
name | type | description |
---|---|---|
workspace_id | string | Workspace identification string e.g. "demo" |
Returns
type | description |
---|---|
list[CatalogFact] | List of all facts in a given workspace. |
Example
# Get all the facts
facts = sdk.catalog_workspace_content.get_facts_catalog(workspace_id="123")