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

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


    from a03324382b Improve finalization of tests (#38499)
     add 8c44bcb508 Allow users to write dag_id and task_id in their national 
characters, added display name for dag / task (v2) (#38446)

No new revisions were added by this update.

Summary of changes:
 airflow/api_connexion/openapi/v1.yaml              |   16 +
 airflow/api_connexion/schemas/dag_schema.py        |    1 +
 .../api_connexion/schemas/task_instance_schema.py  |    1 +
 airflow/api_connexion/schemas/task_schema.py       |    1 +
 airflow/cli/commands/dag_command.py                |    1 +
 ...lta_sensor_async.py => example_display_name.py} |   36 +-
 airflow/example_dags/example_params_trigger_ui.py  |   15 +-
 airflow/example_dags/example_params_ui_tutorial.py |    5 +-
 ...39_2_9_0_add_display_name_for_dag_and_task_.py} |   27 +-
 airflow/models/abstractoperator.py                 |   15 +
 airflow/models/baseoperator.py                     |   12 +
 airflow/models/dag.py                              |   24 +
 airflow/models/mappedoperator.py                   |    4 +
 airflow/models/taskinstance.py                     |    6 +
 airflow/serialization/schema.json                  |    4 +-
 airflow/serialization/serialized_objects.py        |    1 +
 airflow/www/static/js/dag/details/Header.tsx       |    7 +-
 airflow/www/static/js/types/api-generated.ts       |   13 +
 airflow/www/templates/airflow/dag.html             |    7 +-
 airflow/www/templates/airflow/dags.html            |    8 +-
 airflow/www/templates/airflow/grid.html            |    2 +-
 airflow/www/templates/airflow/task_instance.html   |    2 +-
 airflow/www/templates/airflow/trigger.html         |    2 +-
 airflow/www/views.py                               |   24 +-
 docs/apache-airflow/img/airflow_erd.sha256         |    2 +-
 docs/apache-airflow/img/airflow_erd.svg            | 1172 ++++++++++----------
 docs/apache-airflow/migrations-ref.rst             |    4 +-
 tests/api_connexion/endpoints/test_dag_endpoint.py |   32 +
 .../test_mapped_task_instance_endpoint.py          |    1 +
 .../api_connexion/endpoints/test_task_endpoint.py  |    7 +
 .../endpoints/test_task_instance_endpoint.py       |    7 +
 tests/api_connexion/schemas/test_dag_schema.py     |    5 +
 .../schemas/test_task_instance_schema.py           |    2 +
 tests/api_connexion/schemas/test_task_schema.py    |    2 +
 tests/conftest.py                                  |    2 +
 tests/models/test_taskinstance.py                  |   19 +-
 tests/serialization/test_dag_serialization.py      |    1 +
 tests/utils/test_dot_renderer.py                   |    6 +-
 tests/www/views/test_views_tasks.py                |    7 +
 39 files changed, 853 insertions(+), 650 deletions(-)
 copy airflow/example_dags/{example_time_delta_sensor_async.py => 
example_display_name.py} (67%)
 copy 
airflow/migrations/versions/{0134_2_9_0_add_rendered_map_index_to_taskinstance.py
 => 0139_2_9_0_add_display_name_for_dag_and_task_.py} (60%)

Reply via email to