Hi! I’ve updated my Foundry Rule (Taurus) by adding in a new object. This new object has a property that is user-edited, via a logged action. I have generated materializations for both the object and the action log.
However when i retrigger the build of the Taurus rule, I get an error. The AIP-generated explanation of the error is below. How can I configure a writeback dataset for this object type to get past this Taurus error?
The build failed due to an unsupported configuration in Foundry Rules. Specifically, the error message indicates that “Object Storage V2 object types with ‘edit only’ properties and no writeback dataset are not yet supported in Foundry Rules.” This means that the object type
rtnmrhgi.<objectid>
has ‘edit only’ properties but lacks a writeback dataset, which is currently not supported.To fix this issue, you can either:
- Configure a writeback dataset for the object type.
- Remove the ‘edit only’ properties from the object type.