uranusjr commented on PR #29842:
URL: https://github.com/apache/airflow/pull/29842#issuecomment-1469671451

   > Users who are using the GitHubSensor directly and pass a 
`result_processor` function directly would either need to turn 
`allow_templates_in_result_processor` to False or add a `templated_fields` 
kwarg to their result_processor function. That is probably affecting more users 
than custom operators and it seems like it could be potentially confusing.
   
   Only if they use inputs that look like templates but actually are not, I 
think? Because otherwise the input can still be template-rendered and would not 
change anyway. (It might be ever so slightly slower but shouldn’t break.) That 
feels like a very specific edge case to me.


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