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 2021/03/26 16:30:22 UTC

[GitHub] [airflow] ashb commented on issue #14660: KeyError template_fields does not exists when get_template_context

ashb commented on issue #14660:
URL: https://github.com/apache/airflow/issues/14660#issuecomment-808355191


   This is def a bug.
   
   It can be worked around by changing the python callable to not take `**kwargs`:
   
   ```
   def someFunc(arg):
       print("hello word")
   ```
   
   But this definately is a bug that we'll fix.


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

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