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



##########
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:
       It looks really good. Yes, it might be a bit confusing since it's not 
really json, but it formats it correctly.
   
   
![image](https://user-images.githubusercontent.com/2885779/125200541-ee296380-e26b-11eb-8508-6912a29142de.png)
   
   You can check the before screenshot in the issue.
   




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