-
### What happens?
When I am working in Malloy VS Code, I do some analysis and realize I need to add a column to the underlying table.
When I add the column, Malloy does not detect the new column…
-
### What happens?
I have a view:
```
view: sale_metrics is {
aggregate: total_sales, percent_of_sales, total_gross_margin, order_item_count
}
```
I create a view based off this usin…
-
### What happens?
Currently the malloy-samples "release" package doesn't automatically update. This is problematic because some of our links ask people to download sample files and point them to the …
-
### What happens?
[From Slack](https://malloy-community.slack.com/archives/C025JAK8G0N/p1696960582481639):
Something about having a tab symbol within the concat() function breaks things. Previousl…
-
```
run: duckdb.sql("SELECT 1 as one") -> {
nest: x is {
group_by: a is 1
} -> {
select: x.a
}
}
```
-
Cell queries execute in the main extension thread, which means they can crash the extension.
-
### Project URL
https://pypi.org/project/malloy/
### Does this project already exist?
- [X] Yes
### New Limit
200 MB
### Update issue title
- [X] I have updated the title.
### Which indexes
P…
-
### What happens?
Attempting to extend a source with a dimension, then using `project: *` in the query seems to lead to an error.
### To Reproduce
See this example:
https://github.com/mall…
-
Change `count(distinct x)` to `count_distinct(x)` to better fit in with Malloy's language design philosophy.
-
* `aggregate:`, `group_by:`, and `calculate:` are not legal when refining a multi stage query
* `where:` refines the first stage of the query
* Everything else refines the last stage of the query (`li…