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

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


    from c3254a363f Fix pytest plugin (#43280)
     add e0fda354a7 Drop `task_fail` table (#43490)

No new revisions were added by this update.

Summary of changes:
 .../versions/0044_3_0_0__drop_task_fail_table.py   |   75 +
 airflow/models/__init__.py                         |    3 -
 airflow/models/taskfail.py                         |   85 -
 airflow/models/taskinstance.py                     |    5 -
 airflow/utils/db.py                                |    2 +-
 dev/perf/scheduler_dag_execution_timing.py         |    2 -
 docs/apache-airflow/img/airflow_erd.sha256         |    2 +-
 docs/apache-airflow/img/airflow_erd.svg            | 2571 ++++++++++----------
 docs/apache-airflow/migrations-ref.rst             |    4 +-
 newsfragments/43490.significant.rst                |    4 +
 providers/tests/standard/sensors/test_weekday.py   |    1 -
 tests/core/test_core.py                            |   45 +-
 tests/jobs/test_local_task_job.py                  |    2 -
 tests/models/test_dag.py                           |    2 -
 tests/models/test_dagrun.py                        |    9 +-
 tests/models/test_taskinstance.py                  |   13 +-
 tests_common/test_utils/db.py                      |    7 -
 17 files changed, 1341 insertions(+), 1491 deletions(-)
 create mode 100644 
airflow/migrations/versions/0044_3_0_0__drop_task_fail_table.py
 delete mode 100644 airflow/models/taskfail.py
 create mode 100644 newsfragments/43490.significant.rst

Reply via email to