Eric P Green

Results 182 issues of Eric P Green

[PRD in Notion](https://www.notion.so/rilldata/Deploy-Update-Journey-Connect-to-GitHub-Improvements-15aba33c8f578035acf6f320747d1ad2?pvs=4#188ba33c8f5780d99220ebca4985ff45)

Application

Currently, the Project Resources table only offers a simple full refresh. For incremental models (like the one pictured below), we should additionally offer an incremental refresh.

Type:Feature
Application

The following controls should control TDD's (pivot) table:

In our current state mapping flow, we convert `URLSearchParams` → `V1ExplorePreset` → `MetricsExplorerEntity`. The intermediate `V1ExplorePreset` layer is unnecessary and adds complexity. This PR removes the extra layer, directly mapping...

This PR: - Pulls the big number API requests out of the `timeseries-data-store` and into a dedicated `big-number-queries.ts` file - Uses stable Query Observers (made possible via TanStack Query v5)...

TODO: - [ ] Fix the timeseries split by dimensional values Currently, our timeseries chart's "loading" state is a flat line at y=0. This PR now grays-out the previous data...

See Platform support here: https://github.com/rilldata/rill/pull/6088

https://www.notion.so/rilldata/Consistent-timestamp-formatting-183ba33c8f5780a8bbe3c200b7657892?pvs=4

We have autocomplete in the Metrics View code editor, via [this JSON Schema](https://github.com/rilldata/rill/blob/main/web-common/src/features/metrics-views/editor/metrics-schema.json). We should do the same for the Explore & Canvas code editors.

Type:Feature