Daniel Muise
06/19/2024, 12:28 AMDaniel Muise
06/19/2024, 12:31 AMget_declarative_workspace
store_declarative_workspaces
[edit]
load_and_put_declarative_workspaces
?Branislav Slávik
06/19/2024, 4:25 PMyaml
files as described in the document/page linked above.
You can then edit them in programatically for example, by using the pyyaml
module:
https://pyyaml.org/wiki/PyYAMLDocumentation
A quick YAML editing tutorial video could be e.g.:
But I am sure, that there are more resources available online... 😉
For future reference, I will also add the following links to related Python SDK documentation pages:
https://www.gooddata.com/docs/python-sdk/latest/workspace/workspaces/
https://www.gooddata.com/docs/python-sdk/latest/api-reference/sdk/catalogworkspaceservice/Daniel Muise
06/19/2024, 10:19 PM