Anant Dalela
03/26/2025, 3:29 AMfor_visualization()
method in the python SDK? https://www.gooddata.com/docs/python-sdk/latest/workspace-content/workspace-content/for_visualization/
I would like to get a tabular result set for a specific visualization, and I'm using the function exactly as described in the documentation. I'm getting an error that just says 'properties'
. Any advice / alternative approaches appreciated - thanks!Michael Ullock
03/26/2025, 11:08 AMproperties
attribute on something that doesn’t have it. Can you please make sure that Make sure you’re passing the correct visualization ID which exists in your workspace? Or refers to a type that isn’t supported (e.g., non-insight object)? You can export it to confirm the ID and structure. If the above doesn’t help, please try updating the SDK to the latest version. Lastly, if non of the above helps, please provide us with the relates TraceID fro your Dev tools and we will check our logs for you to see if we can find more details there.Anant Dalela
03/26/2025, 1:11 PM<class 'gooddata_sdk.visualization.Visualization'>
I'm using the latest version of the SDK (1.39). Is there an API endpoint I can use directly to perform the equivalent operation?Anant Dalela
03/26/2025, 6:48 PMMoises Morales
04/01/2025, 2:07 PMgooddata_sdk.GoodDataSdk
library and run a direct query against the visualization or its underlying dataset. I am afraid the validation per se, is not part of the SDK, but I hope this helps!