From 937860062f9d4b2ddeff8cfbefd38bafd83555c5 Mon Sep 17 00:00:00 2001 From: Takashi Takebayashi Date: Tue, 11 Nov 2025 13:27:59 +0900 Subject: [PATCH] Fix typo: identifing -> identifying --- .../energy-data-services/troubleshoot-manifest-ingestion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/energy-data-services/troubleshoot-manifest-ingestion.md b/articles/energy-data-services/troubleshoot-manifest-ingestion.md index 904e71a7bff5f..df479b0cc240e 100644 --- a/articles/energy-data-services/troubleshoot-manifest-ingestion.md +++ b/articles/energy-data-services/troubleshoot-manifest-ingestion.md @@ -259,7 +259,7 @@ Total skipped entities: 5 Skipped entities Data: {'validate_manifest_schema_task': [{'id': 'opendes:master-data--Well:1112-1', 'kind': 'osdu:wks:master-data--Well:77777771.0.0', 'reason': 'Kind osdu:wks:master-data--Well:77777771.0.0 is not present in Schema service.'}], 'provide_manifest_integrity_task': [{'id': 'opendes:work-product--WorkProduct:feb22:11', 'kind': 'osdu:wks:work-product--WorkProduct:1.0.0', 'reason': 'Missing parents: {SRN: opendes:work-product-component--WellboreMarkerSet:feb22:11}'}, {'id': 'opendes:work-product-component--WellboreMarkerSet:feb22:11', 'kind': 'osdu:wks:work-product-component--WellboreMarkerSet:1.0.0', 'reason': 'Missing parents: {SRN: opendes:dataset--File.Generic:feb22:11}'}], 'process_single_manifest_file_task': [{'id': 'opendes:dataset--File.Generic:feb22:1', 'kind': 'osdu:wks:dataset--File.Generic:1.0.0', 'reason': 'Record storage failed: Invalid legal tags: mstest3807-data-R3FullManifest-Legal-Tag-Test3332279'}, {'id': 'opendes:reference-data--FacilityType:Well-11123', 'kind': 'osdu:wks:reference-data--FacilityType:1.0.0', 'reason': 'Record storage failed: Invalid legal tags: mstest3807-data-R3FullManifest-Legal-Tag-Test3332279'}]} === END SKIPPED ENTITIES REPORT === ``` -This will help in identifing which specific records were excluded from ingestion. +This will help in identifying which specific records were excluded from ingestion. ## Known issues