Taragolis opened a new pull request, #26442:
URL: https://github.com/apache/airflow/pull/26442
Remove catch exception in Amazon Log Task Handlers during configure
appropriate Hook.
Seem like that is old code from the time when this log handlers placed in
Airflow Core (prior Airflow 2.0).
Also if we catch any error and return `None` than we still get an error
later in a code but something like:
`AttributeError: 'NoneType' object has no attribute
'{some_awesome_attribute}'`
--
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]