Disable NGAS ingest via a capo setting
1 unresolved thread
1 unresolved thread
Compare changes
@@ -21,6 +21,7 @@ import logging
@@ -87,6 +88,12 @@ class IngestionManifest(ManifestComponentIF):
@@ -108,7 +115,7 @@ class IngestionManifest(ManifestComponentIF):
@@ -118,7 +125,7 @@ class IngestionManifest(ManifestComponentIF):
@@ -127,7 +134,7 @@ class IngestionManifest(ManifestComponentIF):
I wonder if it shouldn't just explode if it can't find the property.
Think there's a case to have this be toggleable on prod? I could require the property to be set on all environments.
changed this line in version 2 of the diff
I like it that way, thanks for the suggestion.