pmalafosse commented on issue #17038:
URL: https://github.com/apache/airflow/issues/17038#issuecomment-881080730


   Yes I was thinking of doing something like that as I'm not sure there is a 
consistent way to identify the rows corresponding to the Exception message from 
the code running in ECS from Cloudwatch logs:
   
   something like `raise AirflowException(self._last_log_messages(5)})` that 
would return the last 5 lines from Cloudwatch for example (_last_log_message() 
would be equal to _last_log_messages(1))


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