turbaszek opened a new issue #11177:
URL: https://github.com/apache/airflow/issues/11177


   **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:
   - `BashOperator`
   - `SimpleHttpOperator`
   - `PostgresOperator`
   - `MySQLOperator`
   and any other that we think may gain  from this feature 😸 
   
   **Related Issues**
    #11061 
   


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to