josh-fell commented on pull request #21458: URL: https://github.com/apache/airflow/pull/21458#issuecomment-1035547196
>This is because I assume templating does something with init so the check for this condition is not run. @njrs92 For some context here, the values of `XComArgs` or templated/Jinja expressions aren't evaluated until the `execute()` method of an operator so the eval in the `__init__()` would be a false-positive in the use case you describe. -- 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]
