-
Hi all, I'm looking to put a query I've tested in DuckDB into a Framework table, is it possible to use
I've tried to use
I also tried to use the SQL opening matter, but that doesn't seem to support wildcards either, and ideally I'd like to specify the schema of the JSON (hence the use of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
The short answer is no, everything you build in framework must be known statically in advance. (The long answer of course might be more complicated… for example, you can totally use that pattern when querying remote files.) |
Beta Was this translation helpful? Give feedback.
The short answer is no, everything you build in framework must be known statically in advance. (The long answer of course might be more complicated… for example, you can totally use that pattern when querying remote files.)