nodyke113 commented on issue #55198: URL: https://github.com/apache/airflow/issues/55198#issuecomment-3265297159
Same issue for me. Root cause related method connection.get_extra_dejson() it call mask_secret(extra). In async mode it will be failed and need to use sync_to_async(). I can reproduce this issue if try get connection.extra in any trigger or defferable operator. Probably need to change in Connection class itself. -- 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]
