You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/02/28 01:43:12 UTC

[airflow] branch main updated (5276ef8 -> f0bbb9d)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 5276ef8  Add JSON output on SqlToS3Operator (#21779)
     add f0bbb9d  Add 'Show record' option for variables (#21342)

No new revisions were added by this update.

Summary of changes:
 airflow/www/templates/airflow/variable_list.html   |  4 ++
 .../{variable_edit.html => variable_show.html}     |  6 +-
 .../templates/airflow/variable_show_widget.html    | 70 ++++++++++++++++++++++
 airflow/www/views.py                               | 28 ++++++++-
 airflow/www/widgets.py                             |  6 ++
 5 files changed, 110 insertions(+), 4 deletions(-)
 copy airflow/www/templates/airflow/{variable_edit.html => variable_show.html} (83%)
 create mode 100644 airflow/www/templates/airflow/variable_show_widget.html