File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/energy-data-services Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ The following columns are exposed in Airflow task logs for you to debug the prob
52
52
| Parameter name | Description |
53
53
| ---------| ---------|
54
54
| ` 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). |
56
56
| ` DagName ` | DAG workflow name. For instance, ` Osdu_ingest ` is the workflow name for manifest ingestion. |
57
57
| ` DagTaskName ` | Task name for the DAG workflow. For instance, ` update_status_running_task ` is the task name for manifest ingestion. |
58
58
| ` 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
61
61
62
62
## Failed DAG run
63
63
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.
65
65
66
66
### Possible reasons
67
67
You can’t perform that action at this time.
0 commit comments