malloy icon indicating copy to clipboard operation
malloy copied to clipboard

Malloy is an experimental language for describing data relationships and transformations.

Results 131 malloy issues
Sort by recently updated
recently updated
newest added

```Malloy source: repeat is duckdb.sql('SELECT 1') ``` => `Cannot redefine 'repeat'` Because the namespace of all functions now sits also in the namespace of all model objects.

1) Index qops need to expand * like project and reduce do 2) figure out what is missing from the computable-output structdef _( there are result tags in output structs...

back burner

### What happens? If a Malloy notebook has an empty markdown section, it will not be parsed correctly. ### To Reproduce Make a `.malloynb` file with the following contents: ```malloynb...

### What happens? When using unary minus on an analytic value in a `calculate:` block you get an error `'unary minus' Can't use type scalar_analytic number`. ### To Reproduce ```malloy...

when you import a file, the annotations from the imported file should show up in the `inherits:` block of the importing file. maybe ... maybe only if you import the...

I don't yet have a reproducible test case, but here are some fragments from the Slack exchange. For some customers, the symmetric aggregate code is producing numbers which are clearly...

### What happens? I'm new to the language, so please take this with a grain of salt. But even doing an initial "demo" project I found myself wanting to have...

### What happens? http://github.com/vitiral/malloy-groundhog.git My guess is that it auto-limits the number of data points on queries. The limit should be raised considerably for graphs/etc IMO. Without `top` ![image](https://github.com/malloydata/malloy/assets/5587659/18adee04-cc67-40da-8a47-da04a19fe29e) With...

### 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...

According to @fzakaria negative values displays as zero