-
Carl reported this issue on Slack. Examples are reproduced against airports.
This runs:
```malloy
query: test is {
nest: by_fac_type is {
top: 10
group_by: fac_type
wh…
-
I'm thinking from the language POV what might be the biggest gaps, since we're so close to 0.2.
Something we don't yet have in PRQL is `if` or `case when then else end` expressions.
This might b…
-
Can we get a wider range pallet to make the differences more visable?
Run the malloy_team query in names_3.malloy
![image](https://user-images.githubusercontent.com/1093458/181917550-7c8324b0-95…
-
can we have Malloy as a python package, I would like to use it with Streamlit for interactive Reporting.
-
In Auto Recalls
```
query: by_year is {
where: `Report Received Date` ? now - 100 days
group_by: recall_year is `Report Received Date`.year
aggregate:
recall_count
o…
-
the parquet is parsed fine using the latest version of DuckDB, but I get an error in Malloy
Link to the parquet file
https://drive.google.com/file/d/1gO07g-AwrtTjkMlwZwGY0DJPlVb-1ySO/view?usp=sh…
-
Test file can be found here https://github.com/lloydtabb/malloy_examples/blob/main/names/data/usa_names.parquet
The query below runs in about 20 seconds (on my machine). Comment out the where cla…
-
Malloy is currently lacking the ability to set HTTP fields such as `Cache-Control`. This is especially important when serving assets such as via `router::add_file_serving()`.
Tectu updated
2 years ago
-
There is a pretty big issue with the tls examples currently: they rely on relative paths to find the correct certs. We could move these into global constexpr string views and load directly from memory…
-
DuckDB is an in-Process OLAP Database and it works very well with Parquet files,
Now imagine this scenario:
- Data stored in a Parquet file,
- SQL Query Engine using DuckDB ( Very minimum depe…