File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
articles/energy-data-services Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Check the Airflow task logs for `update_status_running_task` or `update_status_f
80
80
Sample Kusto query:
81
81
82
82
``` kusto
83
- AirflowTaskLogs
83
+ OEPAirFlowTask
84
84
| where DagName == "Osdu_ingest"
85
85
| where DagTaskName == "update_status_running_task"
86
86
| where LogLevel == "ERROR" // ERROR/DEBUG/INFO/WARNING
@@ -121,7 +121,7 @@ Check the Airflow task logs for `validate_manifest_schema_task` or `process_mani
121
121
Sample Kusto query:
122
122
123
123
``` kusto
124
- AirflowTaskLogs
124
+ OEPAirFlowTask
125
125
| where DagName has "Osdu_ingest"
126
126
| where DagTaskName == "validate_manifest_schema_task" or DagTaskName has "process_manifest_task"
127
127
| where LogLevel == "ERROR"
@@ -175,7 +175,7 @@ Check the Airflow task logs for `provide_manifest_integrity_task` or `process_ma
175
175
Sample Kusto query:
176
176
177
177
``` kusto
178
- AirflowTaskLogs
178
+ OEPAirFlowTask
179
179
| where DagName has "Osdu_ingest"
180
180
| where DagTaskName == "provide_manifest_integrity_task" or DagTaskName has "process_manifest_task"
181
181
| 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_
217
217
Sample Kusto query:
218
218
219
219
``` kusto
220
- AirflowTaskLogs
220
+ OEPAirFlowTask
221
221
| where DagName has "Osdu_ingest"
222
222
| where DagTaskName == "process_single_manifest_file_task" or DagTaskName has "process_manifest_task"
223
223
| where LogLevel == "ERROR"
You can’t perform that action at this time.
0 commit comments