Slackbot
03/28/2023, 11:45 AMChristoph Pahmeyer
03/28/2023, 11:45 AMChristoph Pahmeyer
03/28/2023, 12:14 PMdb_initial.query()
syntax instead…Michael Cooper
03/28/2023, 3:22 PM.query()
version you are using embeds the value in the query string directly. I find it odd that DuckDB doesn't allow parameterization on views like that though...Christoph Pahmeyer
03/28/2023, 4:47 PMFabian Iwand
03/28/2023, 4:52 PMdb_initial.query(...db_initial.queryTag`
select *
from foo
where foo.id in ${myInput}
`)