-
### What happens?
We should support SSO authentication for Snowflake in the VS Code extension.
From Slack:
```
Hi there. I'm attempting to try out Malloy with VS Code extension on top of Snowf…
-
### What happens?
When trying to run the top_brands view defined in ecommerce.malloy, an error "Error: Path to structure not found 'gross_margin'" is thrown
This happens for any view in which aggr…
-
### What happens?
Using the new renderer with charts that have date/time types on the x-axis seems to break a few things:
1. line charts don't respect size tags
2. bar charts don't appear
### To R…
-
```
run: duckdb.sql("""
SELECT 'n' as name, 1 as filed, 'val1' as sic
UNION ALL SELECT 'n', 2, 'val1'
UNION ALL SELECT 'n', 3, 'val2'
UNION ALL SELECT 'n', 4, 'val3'
""") -> {
group_b…
-
### 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:…
-
Perhaps not much of a problem today, but as we move towards folks using our npm libraries, it's probably worth catching these duckdb.node seg faults and dealing with them better. Writing this down so …
-
### What happens?
I'm learning Malloy. Normally (?) there is a "Schema Explorer" under "Explorer"
![image](https://github.com/malloydata/quickstart/assets/5587659/87e894fd-961e-4872-b101-1a38e711e…
-
I'd like to take some time and all take a pass through the documentation. There is some cruft, multiple documents that point to the same thing. Some bad instructions (connections for example) and we…
-
There's a ton of tools/languages that compile to SQL, which may be nice in Datasette. Some examples:
- Logica https://logica.dev
- PRQL https://prql-lang.org
- Malloy, but not sure if it works wi…
-
sometime in the last few versions Malloy stopped supporting DuckDB's `TIMESTAMPTZ` (aka `TIMESTAMP WITH TIME ZONE`) column type.
maybe related to work here: https://github.com/malloydata/malloy/iss…