M

4 Messages

 • 

255 Points

Tuesday, April 9th, 2024 10:33 AM

Missing mapping for 'INSIGHTS_VIEW' permission in sb3-1.0.1 library

Hello @spring-team.collibra.com,

My application uses 'collibra-integration-library-sb3-1.0.1' in order to automate Workflow Definitions deployment process.

When processing the response from deployWorkflowDefinition() call, I ran upon the issue with insufficient mapping in 'RoleImpl.PermissionsEnum' class, which is missing the 'INSIGHTS_VIEW' value:

Caused by: feign.FeignException: Cannot construct instance of `com.collibra.marketplace.library.generated.core.model.RoleImpl$PermissionsEnum`, problem: Unexpected value 'INSIGHTS_VIEW'2024-04-09T10:13:32.878828610Z  at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 1941] (through reference chain: com.collibra.marketplace.library.generated.core.model.WorkflowDefinitionImpl["startRoles"]->java.util.ArrayList[0]->com.collibra.marketplace.library.generated.core.model.RoleImpl["permissions"]->java.util.ArrayList[14]) reading POST https://rochepoc.collibra.com/rest/2.0/workflowDefinitions2024-04-09T10:13:32.878856210Z 	at feign.FeignException.errorReading(FeignException.java:167)2024-04-09T10:13:32.879006311Z 	at feign.InvocationContext.decode(InvocationContext.java:120)2024-04-09T10:13:32.879224113Z 	at feign.InvocationContext.proceed(InvocationContext.java:88)2024-04-09T10:13:32.879317914Z 	at feign.ResponseHandler.handleResponse(ResponseHandler.java:63)2024-04-09T10:13:32.879592516Z 	at feign.SynchronousMethodHandler.executeAndDecode(SynchronousMethodHandler.java:114)2024-04-09T10:13:32.879704117Z 	at feign.SynchronousMethodHandler.invoke(SynchronousMethodHandler.java:70)2024-04-09T10:13:32.879812118Z 	at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:99)2024-04-09T10:13:32.880150221Z 


Is there a newer version of the library that fixes this issue?

No Responses!
Loading...