Log Detail

← Back to Logs
Summary
Request ID
96e7f0d5-81dc-473a-93ed-422dfe58dc1b
Status
success
Started At
2026. 4. 13. PM 10:01:03
Finished At
2026. 4. 13. PM 10:01:11
Duration
8208 ms
Input
Schema
raw_object_1776085263324
Records
1
Columns
schema, records
Sample Record
{ "schema": "plm_item", "records": [ { "name": "test" } ] }
API Response (클라이언트가 받는 응답)
{ "schema": "plm_item", "records": "[object Object]" }
Internal Processing Output (디버깅용)
Validations
2 entities
Exists in DB
0
Not Found
2
{ "request_id": "96e7f0d5-81dc-473a-93ed-422dfe58dc1b", "schema_name": "raw_object_1776085263324", "columns": [ "schema", "records" ], "records": [ { "schema": "plm_item", "records": "[object Object]" } ], "validation_details": [ { "column": "schema", "original_value": "plm_item", "corrected_value": null, "entity_type": "TASK_ID", "exists": false, "similarity_score": null, "label_suggestion": null, "confidence": 0.6, "linked_data": null }, { "column": "records", "original_value": "[object Object]", "corrected_value": null, "entity_type": "TASK_ID", "exists": false, "similarity_score": null, "label_suggestion": null, "confidence": 0.6, "linked_data": null } ], "processed_at": "2026-04-13T13:01:11.535Z" }
Processing Steps (7)
Phase 1: Column Mapping
No entity columns detected - will try value-based extraction
6884ms ▶ detail
[ { "column": "schema", "entity_type": null }, { "column": "records", "entity_type": null } ]
Phase 1B: Value-based Recognition
"plm_item" → TASK_ID (confidence: 30%)
610ms ▶ detail
{ "original_type": null, "recognized_type": "TASK_ID", "confidence": 0.3, "matched_value": "plm_item", "reasoning": "No confident pattern match - defaulting to TASK_ID with low confidence" }
Phase 2: DB Validation
TASK_ID "plm_item" → not found in mirror DB
34ms ▶ detail
{ "entity_type": "TASK_ID", "entity_value": "plm_item", "column": "schema", "exists": false, "matched_table": null, "matched_value": null, "similarity_score": null, "final_confidence": 0.6, "label_suggestion": null }
Phase 3: Data Linking
TASK_ID "plm_item" → skipped (confidence 0.6 < threshold 0.7)
Phase 1B: Value-based Recognition
"[object Object]" → TASK_ID (confidence: 30%)
653ms ▶ detail
{ "original_type": null, "recognized_type": "TASK_ID", "confidence": 0.3, "matched_value": "[object Object]", "reasoning": "No confident pattern match - defaulting to TASK_ID with low confidence" }
Phase 2: DB Validation
TASK_ID "[object Object]" → not found in mirror DB
24ms ▶ detail
{ "entity_type": "TASK_ID", "entity_value": "[object Object]", "column": "records", "exists": false, "matched_table": null, "matched_value": null, "similarity_score": null, "final_confidence": 0.6, "label_suggestion": null }
Phase 3: Data Linking
TASK_ID "[object Object]" → skipped (confidence 0.6 < threshold 0.7)