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 bug argo-events uses Sprig v2.22.0 - this prevents us from using useful functions such as fromJson - which are necessary when utilizing SQS as an eventSource.
To Reproduce
Given a parameter in a SQS sensor defined as:
Describe the bug
argo-events
uses Sprig v2.22.0 - this prevents us from using useful functions such asfromJson
- which are necessary when utilizing SQS as an eventSource.To Reproduce
Given a parameter in a SQS sensor defined as:
Sending a message such as:
Results in:
Expected behavior
The value should be parsed and used to override the parameter defined in the trigger.
Environment (please complete the following information):
Message from the maintainers:
If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered: