-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot nest: { group_by: array_column } #2065
Comments
The next thing that is happening is that the OP appear to be new to Malloy, welcome! ... and not entirely clear on what a source and a view and a query are, as Malloy concepts. Running
The bug is we can't have a group_by on an array column value, in a nest statement, which I am working on fixing. I think OP probably means something like this ...
Feel free to bug us on slack, we'd be happy to walk with you on the learning Malloy journey. |
Here's a pared down example
The first example gets the same "Parser Error: syntax error at or near "as" ad the OP report. The second one works. The problem is the group_set is not generarted properly because the |
This feels wrong.
Wouldn't you run:
|
What happens?
nest run bug
To Reproduce
malloy:
error:
SQL:
OS:
macos
Malloy Client:
web-based VSCode
Malloy Client Version:
0.2.1733519779
Database Connection:
DuckDB
The text was updated successfully, but these errors were encountered: