Hey team, I'm trying to use _<CatalogWorkspaceCont...
# gooddata-cloud
e
Hey team, I'm trying to use _CatalogWorkspaceContentService._get_dependent_entities_graph but I get the following error:
Copy code
gooddata_api_client.exceptions.ApiValueError: Invalid value for `type` (automation), must be one of ['analyticalDashboard', 'attribute', 'dashboardPlugin', 'dataset', 'fact', 'label', 'metric', 'userDataFilter', 'prompt', 'visualizationObject', 'filterContext']
I am currently using
gooddata-sdk==1.29.1
and
python==3.10.12
. Note: The API call works as expected. Any thoughts on this?
m
Hi Evangelos, it looks like "automation" is still not recognized as a valid value in this version. I will check this internally and circle back to you witn an update.
e
Thanks for the quick reply, Moises👌
m
I can confirm that automation is not yet supported in dependent entities graph. I recommend staying tuned to our releases here https://pypi.org/project/gooddata-sdk/
e
I'm not trying to search for automations in the dependent entities graph. The problem is that it breaks the sdk function
get_dependent_entities_graph
m
You are right. As this value is still unsupported, the function is not working properly at this time.
👍 1