Why it matters
Views without proper requires constraints may have poor query performance. Adding requires constraints enables queries to perform under-the-hood optimizations.Example
ViewValve maps to both containers Valve and CogniteEquipment.
A requires constraint from Valve to CogniteEquipment is likely needed
to enable efficient query performance.