Ah, I think I know what's going on. The SQL input is getting auto-populated with a default value and that takes precedence over the query builder settings.
future-teacher-7046
03/18/2022, 4:43 PM
We were considering deprecating the query builder entirely in favor of just the SQL input. I'm curious to know what things you prefer about that input method.
n
narrow-psychiatrist-15437
03/21/2022, 1:24 PM
Ahh, that makes sense. Raw SQL would work well also, but it would be nice to have syntax highlighting and auto-completion rather than a vanilla
textarea
input field.
narrow-psychiatrist-15437
03/21/2022, 1:25 PM
I'd have a look at dune.xyz's SQL editor for inspiration