hhagblom opened a new issue #16351: URL: https://github.com/apache/airflow/issues/16351
I think that the issue is primarily in the smart_open library that is used, however this worked fine in the 2.0.1 version. https://github.com/RaRe-Technologies/smart_open/issues/623 If one looks at the stacktrace in the referenced issue the `io.UnsupportedOperation: read` occurs when processing a logstatement with `airflow/utils/log/secrets_masker.py`. I'm not quite sure if it is the secrets_masker that is doing something it shouldn't or if the problem is within `smart_open` entirely. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
