You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR adds BulkVariableInfo to the dispatcher and corresponding
datasources
It currently only supports the Spanner implementation, which calls
GetProvenanceSummary
This produces a BulkVariableInfoResponse
Note: Not all fields are populated. This only fills a subset of fields
required by new frontend design for StatVarExplorer
In particular, this excludes
- PlaceTypeSummary (both top level and per series)
- Provenance release_frequency
- In the case of the remote datasource these fields will be dropped from
the merged response. As a follow up I'll deprecate them. (Eventually
remote datasource will move to v2 call which will not include these)
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
0 commit comments