josh-fell commented on pull request #21500:
URL: https://github.com/apache/airflow/pull/21500#issuecomment-1035347722


   Parsing `bucket_key` in the `__init__()` won't work if the value is an 
`XComArg` or a Jinja string. We've seen several issues, namely AttributeErrors, 
when some sort of string parsing is used on templated fields in `__init__()` 
since the value doesn't get rendered until the `execute()` method. Check out 
#14682 as an example.


-- 
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]


Reply via email to