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

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


    from 62e0d7b317f Migrate Druid provider to the new structure (#46294)
     add 24d0fb97620 Enable already existing "task.scheduled_duration" metric 
(#46009)

No new revisions were added by this update.

Summary of changes:
 .../api_connexion/schemas/task_instance_schema.py  |    2 +
 .../core_api/datamodels/task_instances.py          |    2 +
 .../api_fastapi/core_api/openapi/v1-generated.yaml |   14 +
 airflow/jobs/scheduler_job_runner.py               |    5 +-
 ..._0_0_add_new_task_instance_field_scheduled_.py} |   40 +-
 airflow/models/dag.py                              |    1 +
 airflow/models/dagrun.py                           |    1 +
 airflow/models/taskinstance.py                     |   17 +-
 airflow/models/taskinstancehistory.py              |    1 +
 airflow/models/trigger.py                          |    1 +
 airflow/triggers/base.py                           |    2 +
 airflow/ui/openapi-gen/requests/schemas.gen.ts     |   26 +
 airflow/ui/openapi-gen/requests/types.gen.ts       |    2 +
 airflow/utils/db.py                                |    2 +-
 docs/apache-airflow/img/airflow_erd.sha256         |    2 +-
 docs/apache-airflow/img/airflow_erd.svg            | 1586 ++++++++++----------
 docs/apache-airflow/migrations-ref.rst             |    4 +-
 .../test_mapped_task_instance_endpoint.py          |    1 +
 .../endpoints/test_task_instance_endpoint.py       |   12 +
 .../schemas/test_task_instance_schema.py           |    1 +
 .../core_api/routes/public/test_task_instances.py  |   23 +
 tests/models/test_taskinstance.py                  |    1 +
 tests/www/views/test_views_tasks.py                |    7 +
 23 files changed, 935 insertions(+), 818 deletions(-)
 copy 
airflow/migrations/versions/{0045_3_0_0_add_last_heartbeat_at_directly_to_ti.py 
=> 0057_3_0_0_add_new_task_instance_field_scheduled_.py} (59%)

Reply via email to