-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIX metadata expression evaluation in doc #1641
Conversation
@@ -353,45 +354,6 @@ e.g.: | |||
} | |||
``` | |||
|
|||
Metadata could also has `expression` like attributes in order to expand it: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved to new section "Metadata transformation" "Expression support in metadata".
Moreover, if attribute metadata has an expression metadata attribute value in jexl context it is updated after that | ||
expression is evaluated. Note that there is no order into metadata structure and there is no warranty about which | ||
metadata attribute expression will be evaluated first. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moreover, if attribute metadata has an expression metadata attribute value in jexl context it is updated after that
expression is evaluated
I think this is redundant with the contents of "Measurement tranformation" section, so it is removed.
Note that there is no order into metadata structure and there is no warranty about which
metadata attribute expression will be evaluated first.
This is about evaluation ordering, so moved to "Measurement transformation order" "Expression support in metadata" section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Maybe related (not sure) #1634