gopidesupavan commented on PR #42183:
URL: https://github.com/apache/airflow/pull/42183#issuecomment-2345187196

   > This is basically checking if there are template fields which aren't 
present as fields on the operator object, right? What breakage happens if you 
have a template field that isn't present on the operator? Is it a silent 
failure or does something break catastrophically (e.g. runtime exception?)
   
   Hi @o-nikolas , yes good question :) it fails at pre-task execution, ex: 
   
   here i have given someunknow_variable, in template fields, 
   
   
![image](https://github.com/user-attachments/assets/636e61aa-1adf-436d-81f8-26e2ce0a49cb)
   
   
![image](https://github.com/user-attachments/assets/ec5131bf-59f3-4c00-afe5-7bef16ef441b)
   
   


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