Anant Dalela
10/04/2024, 10:04 PMCREATE_FILTER_VIEW
permission incompatible with the gooddata python sdk?
Using the latest version of the sdk (1.28), we get get an error when retrieving workspace permissions for one workspace where that permission has been granted to one userMoises Morales
10/04/2024, 10:20 PMAnant Dalela
10/04/2024, 10:49 PMInvalid value for name (CREATE_FILTER_VIEW), must be one of ['MANAGE', 'ANALYZE', 'EXPORT', 'EXPORT_TABULAR', 'EXPORT_PDF', 'VIEW']
The error is originally thrown here:
File "/var/lang/lib/python3.12/site-packages/gooddata_api_client/model_utils.py", line 888, in check_allowed_values
We ran the same script after updating to the latest version of the SDK (we were originally on version 1.22), and got same error
Happy to share additional context/details over DM!Jan Kadlec
10/07/2024, 12:36 PMAnant Dalela
10/07/2024, 4:09 PM