turbaszek commented on issue #13559: URL: https://github.com/apache/airflow/issues/13559#issuecomment-756706981
I'm afraid that this is not simple to fix. The main problem I see is that template fields are rendered in the order they are defined in `op.template_fields`. This means that some values may reference values that were not yet rendered and this will cause a problem. ---------------------------------------------------------------- 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]
