eladkal commented on code in PR #65121: URL: https://github.com/apache/airflow/pull/65121#discussion_r3071694035
########## task-sdk/src/airflow/sdk/execution_time/supervisor.py: ########## @@ -46,6 +46,7 @@ import psutil import structlog from pydantic import BaseModel, TypeAdapter +from structlog._output import WRITE_LOCKS Review Comment: importing private modules from upstream library is probably not something we want to do -- 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]
