dstandish commented on PR #30152: URL: https://github.com/apache/airflow/pull/30152#issuecomment-1472885047
the only issue is it is user code in a non-user _finally_, so we can assume it may fail. (and this is already the case) we could wrap it in a `suppress(Exception)` itself just to be safe if you share that concern. -- 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]
