KamranImaaz commented on PR #60628:
URL: https://github.com/apache/airflow/pull/60628#issuecomment-3761137899

   @shahar1 sorry for the late reply.
   
   I checked the logs in detail and it looks like the exception is raised 
directly by the Google authentication library (google.auth.default()), before 
control returns to the operator. Because of this, the error is already handled
   <img width="959" height="539" alt="after" 
src="https://github.com/user-attachments/assets/11aae2af-0a11-4652-8c50-b33192d5fd97";
 />
   Adding an extra handling layer at the operator level wouldn’t avoid the long 
stack traces, as the original exception is propagated from the underlying 
library.
   <img width="959" height="539" alt="after" 
src="https://github.com/user-attachments/assets/df6bf03a-4fce-434d-9c00-3445cf60e0b6";
 />
   


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