xBis7 commented on code in PR #56187:
URL: https://github.com/apache/airflow/pull/56187#discussion_r2588349033
##########
airflow-core/src/airflow/__init__.py:
##########
@@ -89,6 +89,7 @@
# Deprecated lazy imports
"AirflowException": (".exceptions", "AirflowException", True),
"Dataset": (".sdk", "Asset", True),
+ "Stats": (".observability.stats", "Stats", True),
Review Comment:
I added traces as well
```diff
"Stats": (".observability.stats", "Stats", True),
+ "Trace": (".observability.trace", "Trace", True),
+ "metrics": (".observability.metrics", "", True),
+ "traces": (".observability.traces", "", True),
```
--
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]