Skip to content

Commit

Permalink
Stop passing "context" dict in OTel traces (apache#43991)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil authored Nov 13, 2024
1 parent 517132d commit a7137d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion airflow/models/taskinstance.py
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,6 @@ def _handle_failure(
# ---- error info ----
"error": "true",
"error_msg": str(error),
"context": context,
"force_fail": force_fail,
# ---- common info ----
"category": "DAG runs",
Expand Down

0 comments on commit a7137d7

Please sign in to comment.