Skip to content

fix: wire JSONata evaluator to jsonata-python engine#10112

Open
pctablet505 wants to merge 1 commit into
getmoto:masterfrom
pctablet505:fix-10105-jsonata-evaluator
Open

fix: wire JSONata evaluator to jsonata-python engine#10112
pctablet505 wants to merge 1 commit into
getmoto:masterfrom
pctablet505:fix-10105-jsonata-evaluator

Conversation

@pctablet505

Copy link
Copy Markdown

Fixes #10105

Wires eval_jsonata_expression to the pure-Python jsonata-python engine instead of the uninitialized JVM bridge, so JSONata state machines can run under the parser backend. Adds jsonata-python to the stepfunctions extra dependencies and a regression test.

@pctablet505
pctablet505 marked this pull request as ready for review July 17, 2026 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

StepFunctions parser: JSONata evaluator is never wired (eval_jsonata_expression calls a None pointer) -> every JSONata expression raises TypeError

1 participant