codenamestif commented on a change in pull request #16820:
URL: https://github.com/apache/airflow/pull/16820#discussion_r664529245



##########
File path: airflow/providers/amazon/aws/operators/ecs.py
##########
@@ -144,7 +144,7 @@ class ECSOperator(BaseOperator):
 
     ui_color = '#f0ede4'
     template_fields = ('overrides',)
-    template_fields_renderers = {"overrides": "py"}
+    template_fields_renderers = {"overrides": "json"}

Review comment:
       @kaxil yes, it's a dict, but then `py` renderer says that there is no 
source code for dict class. So i thought `json` fix it




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