You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: airflow/assets/logs/airflow_tests.yaml
+53Lines changed: 53 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -214,6 +214,59 @@ tests:
214
214
tags:
215
215
- "source:LOGS_SOURCE"
216
216
timestamp: 1577381689039
217
+
-
218
+
sample: "[2025-04-10T17:15:01.220Z] {logging_mixin.py:188} INFO - Running task"
219
+
result:
220
+
custom:
221
+
filename: "logging_mixin.py"
222
+
level: "INFO"
223
+
lineno: 188
224
+
timestamp: 1744305301220
225
+
message: "Running task"
226
+
status: "info"
227
+
tags:
228
+
- "source:LOGS_SOURCE"
229
+
timestamp: 1744305301220
230
+
-
231
+
sample: "[2025-04-10T17:15:01.220+0100] {base_task_runner.py:115} INFO - Job 12: Subtask my_task [2025-04-10T17:15:01.450+0100] {settings.py:211} INFO - Setting up DB connection pool (PID 42)"
0 commit comments