wenbinye opened a new pull request, #66521:
URL: https://github.com/apache/airflow/pull/66521

   ## Summary
   
   OSSTaskHandler._read() calls self.oss_log_exists() and self.oss_read(), but 
these methods are only defined in OSSRemoteLogIO base class, not in 
OSSTaskHandler itself. This causes AttributeError when the Airflow UI reads 
task logs from OSS after task completion.
   
   Fix: add oss_log_exists() and oss_read() wrapper methods to OSSTaskHandler 
that proxy to self.io (OSSRemoteLogIO instance).
   
   🤖 Generated with [Claude Code](https://claude.ai/code)


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