Skip to content

Commit 2bce1c2

Browse files
committed
edit pass: troubleshoot-manifest-ingestion
1 parent 9f16b79 commit 2bce1c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/energy-data-services/troubleshoot-manifest-ingestion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following columns are exposed in Airflow task logs for you to debug the prob
5252
|Parameter name |Description |
5353
|---------|---------|
5454
|`RunID` | Unique run ID of the triggered DAG run. |
55-
|`CorrelationID` | Unique correlation ID of the DAG run (same as run ID). |
55+
|`CorrelationID` | Unique correlation ID of the DAG run (same as the run ID). |
5656
|`DagName` | DAG workflow name. For instance, `Osdu_ingest` is the workflow name for manifest ingestion. |
5757
|`DagTaskName` | Task name for the DAG workflow. For instance, `update_status_running_task` is the task name for manifest ingestion. |
5858
|`Content` | Error log messages (errors or exceptions) that Airflow emits during the task execution.|
@@ -61,7 +61,7 @@ The following columns are exposed in Airflow task logs for you to debug the prob
6161

6262
## Failed DAG run
6363

64-
The workflow run has failed in `Update_status_running_task` or `Update_status_finished_task`, and the data records weren't ingested.
64+
The workflow run failed in `Update_status_running_task` or `Update_status_finished_task`, and the data records weren't ingested.
6565

6666
### Possible reasons
6767

0 commit comments

Comments
 (0)