dcicutils 8.8.1.1b21__py3-none-any.whl → 8.8.1.1b23__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- dcicutils/progress_constants.py +2 -1
- dcicutils/structured_data.py +3 -3
- {dcicutils-8.8.1.1b21.dist-info → dcicutils-8.8.1.1b23.dist-info}/METADATA +1 -1
- {dcicutils-8.8.1.1b21.dist-info → dcicutils-8.8.1.1b23.dist-info}/RECORD +7 -7
- {dcicutils-8.8.1.1b21.dist-info → dcicutils-8.8.1.1b23.dist-info}/LICENSE.txt +0 -0
- {dcicutils-8.8.1.1b21.dist-info → dcicutils-8.8.1.1b23.dist-info}/WHEEL +0 -0
- {dcicutils-8.8.1.1b21.dist-info → dcicutils-8.8.1.1b23.dist-info}/entry_points.txt +0 -0
dcicutils/progress_constants.py
CHANGED
@@ -18,6 +18,7 @@ class _Enum(Enum):
|
|
18
18
|
class PROGRESS_INGESTER(_Enum):
|
19
19
|
VALIDATION = "ingester_validation"
|
20
20
|
QUEUED = "ingester_queued"
|
21
|
+
QUEUE_CLEANUP = "ingester_queue_cleanup"
|
21
22
|
INITIATE = "ingester_initiate"
|
22
23
|
CLEANUP = "ingester_cleanup"
|
23
24
|
DONE = "ingester_done"
|
@@ -50,9 +51,9 @@ class PROGRESS_PARSE(_Enum):
|
|
50
51
|
ANALYZE_START = "parse_analyze_start"
|
51
52
|
ANALYZE_COUNT_TYPES = "parse_analyze_types"
|
52
53
|
ANALYZE_COUNT_ITEMS = "parse_analyze_objects"
|
53
|
-
ANALYZE_COUNT_LOOKUP = "parse_analyze_lookups"
|
54
54
|
ANALYZE_CREATE = "parse_analyze_create"
|
55
55
|
ANALYZE_UPDATE = "parse_analyze_update"
|
56
|
+
ANALYZE_LOOKUPS = "parse_analyze_lookups"
|
56
57
|
ANALYZE_DONE = "parse_analyze_done"
|
57
58
|
MESSAGE = "parse_message"
|
58
59
|
MESSAGE_VERBOSE = "parse_message_verbose"
|
dcicutils/structured_data.py
CHANGED
@@ -213,17 +213,17 @@ class StructuredDataSet:
|
|
213
213
|
diffs=object_diffs or None))
|
214
214
|
if callable(progress):
|
215
215
|
progress({PROGRESS.ANALYZE_UPDATE: True,
|
216
|
-
PROGRESS.
|
216
|
+
PROGRESS.ANALYZE_LOOKUPS: nlookups + nlookups_compare})
|
217
217
|
elif identifying_path:
|
218
218
|
# If there is no existing object we still create a record for this object
|
219
219
|
# but with no uuid which will be the indication that it does not exist.
|
220
220
|
diffs[type_name].append(create_readonly_object(path=identifying_path, uuid=None, diffs=None))
|
221
221
|
if callable(progress):
|
222
222
|
progress({PROGRESS.ANALYZE_CREATE: True,
|
223
|
-
PROGRESS.
|
223
|
+
PROGRESS.ANALYZE_LOOKUPS: nlookups})
|
224
224
|
else:
|
225
225
|
if callable(progress):
|
226
|
-
progress({PROGRESS.
|
226
|
+
progress({PROGRESS.ANALYZE_LOOKUPS: nlookups})
|
227
227
|
if callable(progress):
|
228
228
|
progress({PROGRESS.ANALYZE_DONE: PROGRESS.NOW()})
|
229
229
|
return diffs
|
@@ -48,7 +48,7 @@ dcicutils/obfuscation_utils.py,sha256=fo2jOmDRC6xWpYX49u80bVNisqRRoPskFNX3ymFAmj
|
|
48
48
|
dcicutils/opensearch_utils.py,sha256=V2exmFYW8Xl2_pGFixF4I2Cc549Opwe4PhFi5twC0M8,1017
|
49
49
|
dcicutils/portal_object_utils.py,sha256=MF6MTZ6yxakZFDjbkTKCsF4q4p11dLDVvT5JBV9m6RQ,15408
|
50
50
|
dcicutils/portal_utils.py,sha256=oBoI3KWRp6YrbsuVGbmPQ3kATB5cVVsQo7-qmnYXWqg,30260
|
51
|
-
dcicutils/progress_constants.py,sha256=
|
51
|
+
dcicutils/progress_constants.py,sha256=5bxyX77ql8qEJearfHEvsvXl7D0GuUODW0T65mbRmnE,2895
|
52
52
|
dcicutils/project_utils.py,sha256=qPdCaFmWUVBJw4rw342iUytwdQC0P-XKpK4mhyIulMM,31250
|
53
53
|
dcicutils/qa_checkers.py,sha256=cdXjeL0jCDFDLT8VR8Px78aS10hwNISOO5G_Zv2TZ6M,20534
|
54
54
|
dcicutils/qa_utils.py,sha256=TT0SiJWiuxYvbsIyhK9VO4uV_suxhB6CpuC4qPacCzQ,160208
|
@@ -63,15 +63,15 @@ dcicutils/secrets_utils.py,sha256=8dppXAsiHhJzI6NmOcvJV5ldvKkQZzh3Fl-cb8Wm7MI,19
|
|
63
63
|
dcicutils/sheet_utils.py,sha256=VlmzteONW5VF_Q4vo0yA5vesz1ViUah1MZ_yA1rwZ0M,33629
|
64
64
|
dcicutils/snapshot_utils.py,sha256=ymP7PXH6-yEiXAt75w0ldQFciGNqWBClNxC5gfX2FnY,22961
|
65
65
|
dcicutils/ssl_certificate_utils.py,sha256=F0ifz_wnRRN9dfrfsz7aCp4UDLgHEY8LaK7PjnNvrAQ,9707
|
66
|
-
dcicutils/structured_data.py,sha256=
|
66
|
+
dcicutils/structured_data.py,sha256=qWJ6nEqDyzhXadbNHfpf2A6eLnv4aMxU9F90k3JrPsg,58622
|
67
67
|
dcicutils/task_utils.py,sha256=MF8ujmTD6-O2AC2gRGPHyGdUrVKgtr8epT5XU8WtNjk,8082
|
68
68
|
dcicutils/tmpfile_utils.py,sha256=n95XF8dZVbQRSXBZTGToXXfSs3JUVRyN6c3ZZ0nhAWI,1403
|
69
69
|
dcicutils/trace_utils.py,sha256=g8kwV4ebEy5kXW6oOrEAUsurBcCROvwtZqz9fczsGRE,1769
|
70
70
|
dcicutils/validation_utils.py,sha256=cMZIU2cY98FYtzK52z5WUYck7urH6JcqOuz9jkXpqzg,14797
|
71
71
|
dcicutils/variant_utils.py,sha256=2H9azNx3xAj-MySg-uZ2SFqbWs4kZvf61JnK6b-h4Qw,4343
|
72
72
|
dcicutils/zip_utils.py,sha256=rnjNv_k6L9jT2SjDSgVXp4BEJYLtz9XN6Cl2Fy-tqnM,2027
|
73
|
-
dcicutils-8.8.1.
|
74
|
-
dcicutils-8.8.1.
|
75
|
-
dcicutils-8.8.1.
|
76
|
-
dcicutils-8.8.1.
|
77
|
-
dcicutils-8.8.1.
|
73
|
+
dcicutils-8.8.1.1b23.dist-info/LICENSE.txt,sha256=qnwSmfnEWMl5l78VPDEzAmEbLVrRqQvfUQiHT0ehrOo,1102
|
74
|
+
dcicutils-8.8.1.1b23.dist-info/METADATA,sha256=T2wFc5IsKAAsyBKW4ZBH-AtdREJ4oxtMgyPWuVYgeLQ,3357
|
75
|
+
dcicutils-8.8.1.1b23.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
76
|
+
dcicutils-8.8.1.1b23.dist-info/entry_points.txt,sha256=51Q4F_2V10L0282W7HFjP4jdzW4K8lnWDARJQVFy_hw,270
|
77
|
+
dcicutils-8.8.1.1b23.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|