From 2f2fd9c7d038a1294d93d7a9336a79bcd241621d Mon Sep 17 00:00:00 2001 From: David Michaels Date: Sat, 30 Mar 2024 23:53:52 -0400 Subject: [PATCH] ingester progress tracking work --- dcicutils/progress_constants.py | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dcicutils/progress_constants.py b/dcicutils/progress_constants.py index 2b820bef6..df87d4d46 100644 --- a/dcicutils/progress_constants.py +++ b/dcicutils/progress_constants.py @@ -19,7 +19,9 @@ class PROGRESS_INGESTER(_Enum): VALIDATION = "ingester_validation" QUEUED = "ingester_queued" INITIATE = "ingester_initiate" + CLEANUP = "ingester_cleanup" DONE = "ingester_done" + OUTCOME = "ingester_outcome" PARSE_LOAD_INITIATE = "ingester_parse_initiate" PARSE_LOAD_DONE = "ingester_parse_done" VALIDATE_LOAD_INITIATE = "ingester_validate_initiate" diff --git a/pyproject.toml b/pyproject.toml index 99fa0ed29..e5f440a6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dcicutils" -version = "8.8.1.1b20" # TODO: To become 8.8.2 +version = "8.8.1.1b21" # TODO: To become 8.8.2 description = "Utility package for interacting with the 4DN Data Portal and other 4DN resources" authors = ["4DN-DCIC Team "] license = "MIT"