Skip to content

Commit

Permalink
Add manual migration helper for ageRange to ageBuckets
Browse files Browse the repository at this point in the history
Fixes: #2914
  • Loading branch information
abhidg committed Oct 25, 2022
1 parent 399815b commit 15e2e6e
Show file tree
Hide file tree
Showing 3 changed files with 366 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[tool.poetry]
name = "age-buckets-transition"
version = "0.1.0"
description = "Manual migration script for age buckets transition"
authors = ["Global.health maintainers <info@global.health>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.10"
pymongo = {extras = ["srv"], version = "^4.3.2"}
tqdm = "^4.64.1"

[tool.poetry.dev-dependencies]
pytest = "^7.1.3"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Loading

0 comments on commit 15e2e6e

Please sign in to comment.