Skip to content

Commit

Permalink
ingester progress tracking work
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Mar 31, 2024
1 parent 3e9fe18 commit 2f2fd9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dcicutils/progress_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <support@4dnucleome.org>"]
license = "MIT"
Expand Down

0 comments on commit 2f2fd9c

Please sign in to comment.