hussein-awala commented on issue #29432: URL: https://github.com/apache/airflow/issues/29432#issuecomment-1426539711
> Looking at the change it would work if you copy the whole new `render_template_fields` method to your custom operator. I don't think this will work where the operator `render_template_fields` method is not called at all, instead we call the `Templater` method which we cannot override. > Is there any way we can get just this change incorporated in our current version? Can we use a custom operator to get it fixed temporarily? Implementing a custom operator can't solve the problem, I'll check how you can work around it. -- 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]
