Eric P Green

Results 146 issues of Eric P Green

## Backlog - [ ] #3180 (@AdityaHegde) - [ ] #3257 (@djbarnwal) - [ ] Custom Time Range not working for underlying Date type ([Slack](https://rilldata.slack.com/archives/C02T907FEUB/p1696606952689089)) ### Performance - [ ]...

Team:Applications

[As described in Slack.](https://rilldata.slack.com/archives/C02T907FEUB/p1704804137011539) This belongs in a greater epic to make the dashboard responsive.

The following access policy breaks the dashboard. ```yaml security: access: "{{ .user.admin }} OR '{{ .user.domain }}' == 'rilldata.com'" include: - if: "{{ .user.admin }}" names: - total_records - publisher...

Type:Bug

**Describe the bug** With the "View As" feature, it's possible that a user will see a blank dashboard. For example, with this access policy... ```yaml security: access: "{{ .user.admin }}...

Type:Bug

[As described in Slack](https://rilldata.slack.com/archives/C0415QK8DK6/p1704969911944389)

Some features include: - View As - Exports

- [x] Remove dependencies not in active use - [x] Upgrade from Svelte 3 to Svelte 4 (#2684) - [ ] Upgrade TanStack Query from v4 to v5 - [...

Team:Applications
dependencies

**To Reproduce** 1. Create any valid model, like `select * from my_source` 2. Add a comment above the model, like `-- here's a SQL comment` 3. Note the model results...

Without a file format, the built DuckDB query will fail, so we should warn the user ahead-of-time. Some solution ideas: - Add a new validation condition to each relevant connector's...

Pending https://github.com/rilldata/rill/issues/3735