Skip to content

Commit e1737d1

Browse files
Merge pull request #242672 from bharathim/patch-5
Update troubleshoot-manifest-ingestion.md
2 parents 28296b7 + 33b343e commit e1737d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Check the Airflow task logs for `update_status_running_task` or `update_status_f
8080
Sample Kusto query:
8181

8282
```kusto
83-
AirflowTaskLogs
83+
OEPAirFlowTask
8484
| where DagName == "Osdu_ingest"
8585
| where DagTaskName == "update_status_running_task"
8686
| where LogLevel == "ERROR" // ERROR/DEBUG/INFO/WARNING
@@ -121,7 +121,7 @@ Check the Airflow task logs for `validate_manifest_schema_task` or `process_mani
121121
Sample Kusto query:
122122

123123
```kusto
124-
AirflowTaskLogs
124+
OEPAirFlowTask
125125
| where DagName has "Osdu_ingest"
126126
| where DagTaskName == "validate_manifest_schema_task" or DagTaskName has "process_manifest_task"
127127
| where LogLevel == "ERROR"
@@ -175,7 +175,7 @@ Check the Airflow task logs for `provide_manifest_integrity_task` or `process_ma
175175
Sample Kusto query:
176176

177177
```kusto
178-
AirflowTaskLogs
178+
OEPAirFlowTask
179179
| where DagName has "Osdu_ingest"
180180
| where DagTaskName == "provide_manifest_integrity_task" or DagTaskName has "process_manifest_task"
181181
| where Content has 'Search query "'or Content has 'response ids: ['
@@ -217,7 +217,7 @@ Check the Airflow task logs for `process_single_manifest_file_task` or `process_
217217
Sample Kusto query:
218218

219219
```kusto
220-
AirflowTaskLogs
220+
OEPAirFlowTask
221221
| where DagName has "Osdu_ingest"
222222
| where DagTaskName == "process_single_manifest_file_task" or DagTaskName has "process_manifest_task"
223223
| where LogLevel == "ERROR"

0 commit comments

Comments
 (0)