-
### What happens?
If you have a source that only has columns that are non-scalar, like
```
source: ary is duckdb.sql("SELECT [1,2,3] AS a")
```
you get the message:
`undefined is not iterable (c…
-
BigQuery public datasets by default use colons. Here is the hackernews dataset: `bigquery-public-data:hacker_news` and here is a table in it (taken from the BigQuery Console): `bigquery-public-data:ha…
-
Bug report [from Slack](https://malloy-community.slack.com/archives/C025JAK8G0N/p1683136664264789).
The [`LAST_DAY` function](https://cloud.google.com/bigquery/docs/reference/standard-sql/date_func…
-
In sql `'this is a string`', and `"this is a field name"`.
In Malloy `'this is a string`' and `"this is also a string"` and ``` `this is a field name` ```.
Perhaps we should follow SQL's lead …
-
:: means safe_cast in BigQuery, It should mean TRY_CAST in the other dialects.
-
just to be thorough with #18 i was going to serialize and deserialize the color demo to [xml at](https://gpds.simulton.com/Chunk2125880565.html)
well it seems they differ in the code snippets from…
-
It would be nice to add support for [Substrait](https://github.com/substrait-io/substrait) as an alternative output. If one wanted to explore doing this, would the project be open to this and what wou…
-
### What happens?
Unnesting in a join seems to have performance problems. This the query below takes 4.5 seconds and it should be really fast. You can down load the test file from here:
https:…
-
This query currently runs:
```malloy
query: order_items_base -> {
group_by: user_id
group_by: brand_count is count(distinct ii.product_brand)
}
```
and produces this SQL
```
SE…
-
user expect tooltip