potiuk commented on issue #29432: URL: https://github.com/apache/airflow/issues/29432#issuecomment-1426557429
> 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. Curious. How would then https://github.com/apache/airflow/pull/29451 solve the problem (I based my answer on the comment above that it solves it :) ) . I think #29451 only really changes the "do_render_template" method which in essence can be overridden (assuming that you only override it in a custom operator that you used as "mapped" operator (I.e. in dynamic task-mapped tasks). Or maybe I am missing something :)? -- 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]
