stegololz commented on PR #73288:
URL: https://github.com/apache/airflow/pull/73288#issuecomment-5757276305

   Thanks both, all applied.
   
   Imports moved to `from asyncssh import ...` in both files, `SFTPError` 
included,
   `import asyncssh` back under `TYPE_CHECKING`.
   
   Docstring now reads "a status-level failure that leaves the channel usable".
   
   Added `assert release_spy.call_args_list`.
   
   Dropped the identity assertion: `sftp_hook_mocked` hands back the same
   `sftp_client_mock` every time, so it held either way.
   
   Log volume was `IterableOperator` logging `error_detail` per failed item plus
   `_create_connection` at INFO per connection. Description fixed.
   
   32 passed, ruff clean.
   
   ---
   Drafted-by: Claude Code (Opus 5); reviewed by @stegololz before posting
   


-- 
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]

Reply via email to