Add safety to CDFE and DBFE Writers #197
Labels
effort-high
Focused - 4 to 8 hours
priority-medium
Standard task, plan as you see fit.
status-backlog
Tasks captured but not yet planned.
type-feature
New feature or request
Both the
CDFEWriter
and DBFEForExclusiveWriterequire have the
NativeDisableContainerSafetyRestriction` attribute applied to their lookups. Apply the safety system to the writer/reader level and allow them to co-exist if part of they are part of the same root level job. If the same instance of the writer is being used in a readonly context it should be allowed.From the remarks on the type:
This is also required to support the JobPart pattern where parts of jobs are written then then composed into a parent job. If some parts require read access and others write then the safety system throws errors.
The text was updated successfully, but these errors were encountered: