xBis7 commented on code in PR #63932: URL: https://github.com/apache/airflow/pull/63932#discussion_r3011691485
########## airflow-core/src/airflow/stats.py: ########## @@ -15,17 +15,16 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -"""Deprecated module - Stats moved to airflow.observability.stats but we have to retain compat.""" +"""Deprecated module - stats moved to airflow.observability.stats.""" from __future__ import annotations import warnings -from airflow.sdk.observability.stats import Stats as Stats Review Comment: aah, I see. It was meant for any kind of external packages like 3rd-party providers that you mentioned. That's why the warning message was suggesting to use the sdk path. And I thought it was some kind of oversight. -- 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]
