o-nikolas commented on code in PR #29055: URL: https://github.com/apache/airflow/pull/29055#discussion_r1277925303
########## airflow/stats.py: ########## @@ -22,7 +22,6 @@ from typing import TYPE_CHECKING, Callable from airflow.configuration import conf -from airflow.metrics import datadog_logger, otel_logger, statsd_logger Review Comment: These are incredibly expensive imports, especially otel, which were slowing down the CLI parser. Import them below only where they are needed. -- 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]
