Janzen Lim
05/23/2025, 8:13 AMgooddata-sdk
Looks like there is a new access name type called USE_AI_ASSISTANT
for group and user permissions which breaks __sdk.catalog_permission.get_declarative_permissions(workspace_id)
when it gets returned
Invalid value for name (USE_AI_ASSISTANT), must be one of ['MANAGE', 'ANALYZE', 'EXPORT', 'EXPORT_TABULAR', 'EXPORT_PDF', 'CREATE_AUTOMATION', 'CREATE_FILTER_VIEW', 'VIEW']
This can be solved by upgrading to package version 1.42.0
but just wanted to raise this here for awareness in case anyone else has this issue.Michael Ullock
05/23/2025, 8:40 AM