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

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


    from b141fbcb08 Small fixups to CI diagrams (#29235)
     add 5e470c1fc4 AIP-50 Trigger UI based on FAB (#27063)

No new revisions were added by this update.

Summary of changes:
 airflow/example_dags/example_params_trigger_ui.py  | 104 +++++++++
 airflow/example_dags/example_params_ui_tutorial.py | 234 +++++++++++++++++++++
 airflow/www/static/js/main.js                      |   5 +-
 airflow/www/static/js/trigger.js                   | 188 +++++++++++++++--
 airflow/www/templates/airflow/trigger.html         | 166 ++++++++++++++-
 airflow/www/views.py                               |  49 ++++-
 docs/apache-airflow/core-concepts/params.rst       |  52 +++++
 .../img/trigger-dag-tutorial-form.png              | Bin 0 -> 219254 bytes
 tests/www/views/test_views_trigger_dag.py          |   7 +-
 9 files changed, 768 insertions(+), 37 deletions(-)
 create mode 100644 airflow/example_dags/example_params_trigger_ui.py
 create mode 100644 airflow/example_dags/example_params_ui_tutorial.py
 create mode 100644 docs/apache-airflow/img/trigger-dag-tutorial-form.png

Reply via email to