Description
In #11061 we've added a nice feature of "template fields renderers". This allows users to define what renderer should be used for rendering template fields values in Web UI. This is super useful for rendering big dictionaries, bash commands, sql queries, yaml files.
Use case / motivation
Improve rendering of template fields in Airflow Web UI and remove the need of using pre-defined keywords.
Operators that should be updated with template filed renderers:
BashOperatorSimpleHttpOperatorPostgresOperatorMySQLOperatorRelated Issues
#11061
Will it work with the backports :)?
@potiuk Yes, but this feature will not be available in older version, but will not damage operators. We'll just have the attribute set in the class and never used.
Cool!
Hey,
Can I take this up?
@avirlrma please feel free to open a PR referencing this issue. You don't have to change all operators at once 馃憤
@pkonarzewski which operators would you like to improve?
I would also like to contribute on this one
Most helpful comment
@potiuk Yes, but this feature will not be available in older version, but will not damage operators. We'll just have the attribute set in the class and never used.