potiuk commented on code in PR #53722: URL: https://github.com/apache/airflow/pull/53722#discussion_r2687806988
########## contributing-docs/05_pull_requests.rst: ########## @@ -283,7 +283,7 @@ will be timed and submitted automatically: .. code-block:: python - from airflow.observability.stats import Stats + from airflow._shared.observability.metrics.stats import Stats Review Comment: Nit: Maybe we should add two options here of the import (or a comment that it only works for airflow-core, and that for task-sdk we should use `airflow.sdk._shared` ? -- 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]
