codenamestif opened a new issue #16808: URL: https://github.com/apache/airflow/issues/16808
**Apache Airflow version**: 2.1.1 **Environment**: - **Cloud provider or hardware configuration**: AWS **What happened**: After migrating from Airflow 2.0.1 to 2.1.1, the Rendered Template tab stopped working for dictionaries. I checked it for Sagemaker and ECS operators, the code is not shown. <img width="400" src="https://user-images.githubusercontent.com/2885779/124456386-ead53a00-dd8a-11eb-9b30-f1a627c8f8f2.png"> However for some operators where i have customized list of `template_fields`, it partly works (only for extra fields). <img width="400" alt="Screenshot 2021-07-05 at 12 18 37" src="https://user-images.githubusercontent.com/2885779/124457148-c9288280-dd8b-11eb-9c2c-082bbafaa99c.png"> So then i checked a release notes and it looks like it's related to #15130 and for some AWS operators the type of the fields should be not `py`, but `json` since all those fields mostly simply propagated to boto3 as json. -- 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]
