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

2901 fix country export #2903

Merged
merged 6 commits into from
Oct 13, 2022
Merged

2901 fix country export #2903

merged 6 commits into from
Oct 13, 2022

Conversation

abhidg
Copy link
Contributor

@abhidg abhidg commented Oct 12, 2022

  • export(country-export): fix typo, output buckets as jsonArray
  • export(transform): support ageRange in addition to ageBuckets

To handle the transition from ageRange to ageBuckets, export scripts
now support both, with a preference to ageBucket if that field exists.

There are three scenarios that are handled:

1. demographics.ageBuckets is present. This is the preferred option
   and the code sets the minimum and maximum of the buckets present
   as the age range

2. demographics.ageRange is present and the age window (difference
   between the maximum and minimum is at least MINIMUM_AGE_WINDOW

3. demographics.ageRange has a age window below MINIMUM_AGE_WINDOW.
   In this case the code matches it to the nearest age bucket(s).
Add index used by mongoexport in the export-data scripts
@jim-sheldon
Copy link
Collaborator

Made a couple suggestions for cleaner function signatures, LGTM!

Also changes notify() to use the environment variable
PRUNE_UPLOADS_WEBHOOK_URL instead of using a parameter
export scripts should be deployed for both dev and prod. No
anticipated divergence is expected between them is expected at this
point, so deploying from main makes sense
@abhidg abhidg merged commit dad0b15 into main Oct 13, 2022
@abhidg abhidg deleted the 2901-fix-country-export branch October 13, 2022 16:24
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

Successfully merging this pull request may close these issues.

None yet

2 participants