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
Why is it necessary to provide a value for the attribute? I mean, I'm updating the attribute's metadata, not the attribute itself. This kind of behavior avoids this data lifecycle I was implementing through Cygnus:
An attribute's change is notified by Orion to Cygnus.
Cygnus uses the notified value in order to update certain statistics about the attribute such as maximum and minimum value, or average value.
Cygnus updates the attribute's metadata by pushing the calculated max, min, average, etc, but not updating the attribute itself.
Effort: 2 man day
The text was updated successfully, but these errors were encountered:
Orion warns that updating an attribute's metadata when no value is given for such attribute is an offending operation:
Why is it necessary to provide a value for the attribute? I mean, I'm updating the attribute's metadata, not the attribute itself. This kind of behavior avoids this data lifecycle I was implementing through Cygnus:
Effort: 2 man day
The text was updated successfully, but these errors were encountered: