feat!: use expr language for executable templates and request transformations#204
Merged
feat!: use expr language for executable templates and request transformations#204
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #204 +/- ##
==========================================
+ Coverage 21.39% 22.65% +1.26%
==========================================
Files 77 79 +2
Lines 6604 6739 +135
==========================================
+ Hits 1413 1527 +114
- Misses 4923 4937 +14
- Partials 268 275 +7 ☔ View full report in Codecov by Sentry. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces Sprig, jq and standard Go templating funcs with Expr lang to align with usage in ref config conditionals. This update changes the templating language across
Requestexec transformations and all flowfile template fields. See updated docs for more info.This is a breaking change! If these fields are set anywhere, they will need to be converted to the expr counterpart.