Hello. I am looking for some guidance on the follo...
# gooddata-cn
s
Hello. I am looking for some guidance on the following error - I am trying to change the table associated with a PDM object to a view; so I am looking to keep the PDM Object's id the same (to maintain references) and change the path array to reference the new view (need this to allow outer joins). The view is an almost exact copy of the earlier table, except that 2 columns have their names changed.
Copy code
Cannot find workspace data filters for table='t_pdm_view'
2023-03-15 11:52:47     at com.gooddata.calcique.interpreter.exceptions.UserFaultException$Companion.checkNotNullUserFault(UserFaultException.kt:29)
2023-03-15 11:52:47     at com.gooddata.calcique.generator.model.CalciqueLdmToPdmResolver.workspaceDataFiltersForTable(CalciqueLdmToPdmResolver.kt:224)
2023-03-15 11:52:47     at com.gooddata.calcique.generator.model.CalciqueLdmToPdmResolver.createPdmTable(CalciqueLdmToPdmResolver.kt:777)
2023-03-15 11:52:47     at com.gooddata.calcique.generator.model.CalciqueLdmToPdmResolver.getFactLdmObjects(CalciqueLdmToPdmResolver.kt:563)
2023-03-15 11:52:47     at com.gooddata.calcique.generator.model.CalciqueLdmToPdmResolver.<init>(CalciqueLdmToPdmResolver.kt:71)
2023-03-15 11:52:47     at com.gooddata.tiger.calcique.service.MetadataService.createLdmToPdmResolver$suspendImpl(MetadataService.kt:108)
2023-03-15 11:52:47     at com.gooddata.tiger.calcique.service.MetadataService$createLdmToPdmResolver$1.invokeSuspend(MetadataService.kt)