Ben Porterfield

Results 11 issues of Ben Porterfield

Not quite sure yet if this belongs here. Requests seem to hang over ssl when sending back data read from a file. The file contains a mix of single-byte UTF-8...

### What happens? Try running ecommerce dashboard ### To Reproduce Try running ecommerce dashboard @lloydtabb ### OS: all ### Malloy Client: all ### Malloy Client Version: all ### Database Connection:...

L1
samples

Maybe we could quickly add a message that might help folks that keep hitting this? If someone tries to use Bigquery DateTime, could we give them a message to help...

enhancement

### What happens? ``` source: user is db.table('public.user') extend { primary_key: id measure: user_count is count() } source: chat is db.table('public.chat_message') extend { primary_key: id join_one: user on sender_id =...

language
L2

### What happens? ``` source: user is db.table('public.user') extend { primary_key: id measure: user_count is count() } source: chat is db.table('public.chat_message') extend { primary_key: id join_one: user on sender_id =...

language
L2

### What happens? running any SQL like this seems to go through a path that attempts to `drop database` , resulting in an error if user does not have drop...

### What happens? Trying to use `array_agg!` on a dimension from a `join_many` but being told "Cannot use a scalar field in a measure declaration, did you mean to use...

### What happens? ``` source: user is db.table('public.user') extend { primary_key: id measure: user_count is count() } source: chat is db.table('public.chat_message') extend { primary_key: id join_one: user on sender_id =...

language
L2

### What happens? Imagine this cohort analysis: https://docs.malloydata.dev/documentation/patterns/cohorts but with a filter on the query (outside of the nest) to filter the user to specific country. This filter does not...

language
L2

### What happens? It's not uncommon to use uuid for primary keys, should be simple to support but not supporting means some annoying casting and confusing error messages ### To...