Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude geography/datasource combinations #328

Open
avmey opened this issue Aug 15, 2024 · 0 comments
Open

Exclude geography/datasource combinations #328

avmey opened this issue Aug 15, 2024 · 0 comments
Milestone

Comments

@avmey
Copy link
Contributor

avmey commented Aug 15, 2024

Some datasources don't need to be precalculated against every geography (for example, needing to precalc for a specific subregion only). Currently, we precalculated each datasource by each geography.

  • Add precalcGeographies property to datasources that is a whitelist of geographies to precalculate for. Support default or all
  • Enhance precalc:data:cleanup to support filtering out stale ds/geog combinations no longer needed
  • When user import:data it asks “Which geographies would you like to precalculate metrics for?” (select list with all geographies and ‘all’ options is selected by default)

Medium priority.

@twelch twelch added this to the 8.0 milestone Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants