nickstenning commented on code in PR #63568:
URL: https://github.com/apache/airflow/pull/63568#discussion_r2983249296
##########
shared/observability/src/airflow_shared/observability/traces/__init__.py:
##########
@@ -82,6 +88,28 @@ def new_task_run_carrier(dag_run_context_carrier):
return carrier
+def build_trace_state_entries(task_span_detail_level) -> list[tuple[str, str]]:
Review Comment:
Tiny thing but what's the type of `task_span_detail_level`? Can it already
be an `int`? If so is `if task_span_detail_level` a bug?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]