WS-543: Addressed issues found in calibration ingestion testing
Compare changes
Files
9@@ -14,11 +14,9 @@ import pendulum
@@ -29,6 +27,7 @@ from ingest_envoy.manifest_components import (
@@ -70,6 +69,15 @@ class ManifestIF(ManifestComponentIF):
@@ -103,13 +111,13 @@ class IngestionManifestBuilder:
@@ -152,7 +160,7 @@ class IngestionManifestBuilder:
@@ -171,11 +179,12 @@ class IngestionManifestBuilder:
@@ -188,7 +197,7 @@ class IngestionManifestBuilder:
@@ -220,11 +229,11 @@ class IngestionManifestBuilder:
@@ -251,7 +260,7 @@ class IngestionManifestBuilder:
@@ -270,7 +279,34 @@ class IngestionManifest(ManifestIF):
@@ -281,14 +317,36 @@ class IngestionManifest(ManifestIF):
@@ -296,20 +354,20 @@ class IngestionManifest(ManifestIF):
@@ -336,17 +394,6 @@ def format_timestamp(datetime: DateTime) -> str:
@@ -354,8 +401,7 @@ def find_manifest(ingestion_path: Path) -> Path: