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
The eql parser does not allow the - char to appear in variable names.
This means that users are unable to input an expression like: ${data.app-component} == 'some-value'.
The transpiler and dynamic providers allow these types of variable names.
The eql parser does not allow the
-char to appear in variable names.This means that users are unable to input an expression like:
${data.app-component} == 'some-value'.The transpiler and dynamic providers allow these types of variable names.