-
### What happens?
You seem to need to specify the field twice, both in `accept:` and in `rename:`
This is redundant and also surprising behavior coming from SQL. Malloy should auto-accept all `r…
-
Hi, seems like when using dimension in query and then trying to use button that generates query for choosen row, in the generated query path to the field incorrect/non-existing:
Example:
```
r…
-
### What happens?
```
run: duckdb.table('output.parquet') -> {
select: *
}
```
is not highlighted as incorrect by the IDE.
Bigger opportunity imo: https://docs.malloydata.dev/documentatio…
-
Type: Bug
This is follow-up to https://github.com/microsoft/vscode-python/pull/22968#issuecomment-2211966953 cc @baszalmstra and @maresb
# Behaviour
## Steps to reproduce:
1. Activate …
cdeil updated
2 months ago
-
```
source: a is duckdb.table('data/state_facts.parquet') extend {
measure: c is count()
}
run: a -> {aggregate: c}
```
Generates a distinct key and shouldn't
```
SELECT
COUNT(DISTI…
-
See https://github.com/malloydata/whatsnext/blob/main/wns/WN-0010-module-support/wn-0010.md for reasoning why
-
### What happens?
I have a Source, `store` that does a `join_many` to `orders`. A store can have 0 or more orders. When I run a query on `store` that does a `count` on `orders`, I get a wrong result.…
-
This is ClickHouse roadmap 2023.
Descriptions and links are to be filled.
This roadmap does not cover the tasks related to infrastructure, orchestration, documentation, marketing, external integra…
-
I'm not sure if this issue is covered by #557, so I'll raise it separately.
Malloy leverages DuckDB wonderfully for reading CSV and Parquet files. However, we'd really like to be able to point Mal…
-
### What happens?
When running a view with an explicit limit set, the limit will be overridden by the default limit set for the database connection. I am not sure whether this is WAD or a bug.
### T…