You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/02/10 21:39:05 UTC

[GitHub] [airflow] josh-fell commented on pull request #21458: Bug Fix - S3DeleteObjectsOperator will try and delete all keys

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org