How to insert JSONB parameter in Postgres Action
Hiya folks,
Can't see what I'm missing here. I have a Postgres action as below:
but I get
ExecutionErr: error during execution of the script: db error: ERROR: unsupported jsonb version number 39
VALUES ($1::JSONB)
doesn't work either.
The parameter I'm using (e.g. '{"some": "data"}'
works directly in the query:
Windmill expects a string
type as the parameter.
I've checked the docs but couldn't find anything.
Thaaanks!5 Replies
@Hugo do we support jsonb ? It should just be object
I’ll check
Fantastic, thank you very much, folks! Keep up the good work. ❤️
Hiya folks. Your PR fixed this at the time but I'm now getting a similar error here again. Note the different version number, though.
ExecutionErr: error during execution of the script: db error: ERROR: unsupported jsonb version number 123
Coud you send us a reproducible query please