You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the Core.AllocationAmounts_fact table, we need to support the idea that a single water right can have multiple owners / owner types. Right now, our OwnerClassificationCV field only accepts a 1-1 relationship and will not support this. We are having to truncate the list of owners down to 1 in the event a single water right has multiple owners.
This is not an issue for the AllocationOwner field. Just the OwnerClassificationCV field with it's relation towards the CVs.OwnerClassification table.
The text was updated successfully, but these errors were encountered:
For the Core.AllocationAmounts_fact table, we need to support the idea that a single water right can have multiple owners / owner types. Right now, our OwnerClassificationCV field only accepts a 1-1 relationship and will not support this. We are having to truncate the list of owners down to 1 in the event a single water right has multiple owners.
This is not an issue for the AllocationOwner field. Just the OwnerClassificationCV field with it's relation towards the CVs.OwnerClassification table.
The text was updated successfully, but these errors were encountered: