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/06/29 08:07:05 UTC

[GitHub] [airflow] ashb commented on issue #10451: Airflow tries running Jinja on any property name ending with .json

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


   This should do it @boyapcha 
   
   ```python
   from airflow.providers.amazon.aws.operators.emr_add_steps import EmrAddStepsOperator
   
   
   class FixedEmrAddStepsOperator(EmrAddStepsOperator):
       template_ext = ()
   ```


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