You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/01/31 16:04:19 UTC

[GitHub] [airflow] josh-fell commented on a change in pull request #21237: Add more SQL template fields renderers

josh-fell commented on a change in pull request #21237:
URL: https://github.com/apache/airflow/pull/21237#discussion_r795820243



##########
File path: airflow/www/utils.py
##########
@@ -414,21 +414,24 @@ def get_attr_renderer():
     return {
         'bash': lambda x: render(x, lexers.BashLexer),
         'bash_command': lambda x: render(x, lexers.BashLexer),
-        'hql': lambda x: render(x, lexers.SqlLexer),

Review comment:
       Doing some alphabetizing here along with adding 3 lexers.




-- 
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: commits-unsubscribe@airflow.apache.org

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