ashb commented on code in PR #44216:
URL: https://github.com/apache/airflow/pull/44216#discussion_r1850593741
##########
airflow/traces/tracer.py:
##########
@@ -54,19 +55,15 @@ def wrapper(*args, **kwargs):
else:
component = module_name
Review Comment:
Nit: since we are in here, lets move this name extraction loggic outside of
`wrapper` so it's not recomputed every time we call the wrapper
--
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]