-
Notifications
You must be signed in to change notification settings - Fork 247
Open
Labels
language-designChanges to PRQL-the-languageChanges to PRQL-the-language
Description
What happened?
It compile a query but a is no where in the output. It probably shouldn't compile at all.
PRQL input
from foo
derive {
a = {
b = "b"
},
}SQL output
SELECT
*,
'b' AS b
FROM
foo
-- Generated by PRQL compiler version:0.13.0 (https://prql-lang.org)Expected SQL output
No response
MVCE confirmation
- Minimal example
- New issue
Anything else?
No response
max-sixty
Metadata
Metadata
Assignees
Labels
language-designChanges to PRQL-the-languageChanges to PRQL-the-language