[FIXED] Windmill Database Studio Type Conversion Issue
I'm running into a strange issue with Windmill's Database Studio component that I thought I'd share:
Is it an issue with my database?
Context:
Using Database Studio to query a Postgres table
Getting a type conversion error between String and Boolean parameters
Tried setting Extra Config with ({ "is_desc": true }) but still hitting the issue
Query Structure:
Has 5 parameters including a boolean flag for sort direction
Parameter 4 is causing the conversion error
Table columns: Id, Title, Url, Date, Summary, Full_text, Source, Created_at
4 Replies
This is the autogenerated code
I figured it out - its to do with the latest v.1425.0 issue (https://newreleases.io/project/github/windmill-labs/windmill/release/v1.425.0) which was just released yesterday - I rolled back to 1.424 and its working 🙂
windmill-labs/windmill v1.425.0 on GitHub
New release windmill-labs/windmill version v1.425.0 on GitHub.
Hi @giyu , could you show the arguments of the script that failed
so we can fix the latest release
should be fixed in 1.425.1
yes it works now 🙂