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
Describe the solution you'd like
Firstly, the relationship attributes are independent of the fact, whether the related entities really (still) exist (for NGSIv2).
However, productive workflows might be built upon the information provided by the relationship.
Secondly, relationship attributes can not be provisioned in entities that are created using keyValues format. By default "Text" will be used as the data type.
Therefore, by validating the attributes against "whether it is relationship attribute or not", more reliability and usability are provided.
Describe alternatives you've considered
Two functions can be added:
remove_invalid_relationship
add_valid_relationship
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Firstly, the
relationship
attributes are independent of the fact, whether the related entities really (still) exist (for NGSIv2).However, productive workflows might be built upon the information provided by the
relationship
.Secondly,
relationship
attributes can not be provisioned in entities that are created usingkeyValues
format. By default "Text" will be used as the data type.Therefore, by validating the attributes against "whether it is relationship attribute or not", more reliability and usability are provided.
Describe alternatives you've considered
Two functions can be added:
The text was updated successfully, but these errors were encountered: