-
--! {"isRunnable": true, "source": "ecommerce/ecommerce.malloy", "size": "large"}
query: sales_by_state_2020 is order_items {where: created_at: @2020} -> {
group_by: users.state
aggregate: tota…
-
there should be a little green play button to click and run a named query
-
While making changes for #68, something started troubling me: why does `router` use a shared pointer for adding subrouters? Is it valid to add the same subrouter to different parents with different co…
-
Malloy postgresdb support is coming next month but Malloy only allow querying database, writes are not supported. It would be great If somehow we can use Malloy with Adonisjs
https://github.com/loo…
-
(I entered mostly nonsense for a connection)
-
```malloy
query: table('db_name.public.table_name') -> {
project: [ inventory_id ]
where: asn_id=11371
}
```
It's great to have compile time check, but the error msg seems not right. I dou…
-
Current syntax:
```elm
func add x to:1 = x + to
from employees
filter country = "USA"
derive [
gross_salary: add salary payroll_tax,
gross_cost: add gross_salary benefits_cost
]
join …
-
ANTLR PLUGIN 1.17 which is pretty out of date with ANTLR. It has 4.9.1 not 4.9.3.
Intellij:
```
IntelliJ IDEA 2021.3.2 (Ultimate Edition)
Build #IU-213.6777.52, built on January 27, 2022
Runt…
parrt updated
2 years ago
-
The MSVC test suites are currently not building: https://github.com/Tectu/malloy/runs/3998713914
```none
Run cmake --build build
cmake --build build
shell: C:\Program Files\PowerShell\7\pwsh…
Tectu updated
2 years ago
-
### Is there an existing feature request for this?
- [X] I have searched the existing issues
### Describe the Feature
When deriving core dim/fact models it's often the case that multiple inte…