gmaden

Results 5 comments of gmaden

I think this is the same as https://github.com/malloydata/malloy/issues/663 for more context as well.

Also ran into the same issue where group_set filters are empty: `group_set NOT IN() OR (group_set IN () AND ...` seems to work if I modify my filter to include...

Seems to have the same issue in vscode, so this issue is unlikely to be just related to malloy-py. ![image](https://github.com/malloydata/malloy-py/assets/44881825/772591a4-f3da-4f9e-b3b8-110144397355)

I think it's an issue with the generated SQL, since BigQuery is erroring on it even in the BQ console ``` SELECT base.f0_ as `f0_` FROM ( SELECT count(*) from...

This 'bug' originates when retrieving the schema for a sql block. BigQuery says the column is named `f0_` so that is what the BigQueryConnection returns for the schema. But it...