-
Put a banner in the query output when there are more rows after the current page.
-
- [x] Change Month and Week Number
- [x] focWeekExport "2022-01-19" "2022-01-26"
- [x] Summary
- [ ] Hashtags
- [x] Check that comment links work (push weekly dump with channel summaries)
- [x] C…
-
We're currently choking on the timeframes when trying to use BigQuery's date_diff (https://github.com/looker-open-source/malloy/issues/47 is a more general issue around that), chatted with Lloyd and s…
-
We have a list of [bigquery keywords](https://github.com/looker-open-source/malloy/blob/main/packages/malloy/src/dialect/standardsql.ts#L181) ; we probably want to do the same for postgres (unless thi…
-
It seems that `with` isn't accepting `.` in joins
this is erroring:
```malloy
explore: products is table('malloy-data.ecomm.products')
explore: inventory_items is table('malloy-data.ecomm.inve…
-
I get an error when I have nothing in a .malloy file, but it doesn't seem to mind if there's stuff there but just commented out. Not sure if there's a reason not to do this, but I think having an imme…
-
Steps to reproduce:
1. Run VSCode Extension
2. Open an existing `.malloy` file and wait for it to syntax highlight
3. Command+N
4. Type/paste some Malloy code
5. Save as `something.malloy`
6.…
-
I'm not sure if this is literally "0.2.0", or we should have intermediate releases, but this is the next big milestone!
My sense is that to get to the next level, PRQL needs to "get out there" — ge…
-
I was doing everything according to README. "Edit connections" does nothing. VSCode 1.63.2
```
[2022-01-25 00:22:14.861] [renderer1] [error] command 'malloy.editConnections' not found: Error: comm…
-
it is not very clear from the documentation, is the plan to merge the results of two explore, or do you guys recommend joining two fact using multiple to multiple which is rather an expensive operati…