WS-543: Addressed issues found in calibration ingestion testing
Compare changes
Files
9- Janet Goldstein authored
* hyphens in manifest text are all changed to underscores * InputScienceProduct is simplified * weblog type is now `pipeline_weblog` * manifest filename is just `ingestion_manifest.json` TODO: additional tests to ensure manifest JSON is in the form of the 16B-069 example manifest
@@ -14,11 +14,9 @@ import pendulum
@@ -29,6 +27,7 @@ from ingest_envoy.manifest_components import (
@@ -161,7 +160,7 @@ class IngestionManifestBuilder:
@@ -197,7 +196,7 @@ class IngestionManifestBuilder:
@@ -229,11 +228,11 @@ class IngestionManifestBuilder:
@@ -287,7 +286,7 @@ class IngestionManifest(ManifestIF):
@@ -301,13 +300,12 @@ class IngestionManifest(ManifestIF):
@@ -318,7 +316,7 @@ class IngestionManifest(ManifestIF):
@@ -394,17 +392,6 @@ def format_timestamp(datetime: DateTime) -> str:
@@ -412,8 +399,7 @@ def find_manifest(ingestion_path: Path) -> Path: