diff --git a/airflow/migrations/versions/0141_2_9_1_remove_idx_last_scheduling_decision_.py b/airflow/migrations/versions/0141_2_9_2_remove_idx_last_scheduling_decision_.py similarity index 98% rename from airflow/migrations/versions/0141_2_9_1_remove_idx_last_scheduling_decision_.py rename to airflow/migrations/versions/0141_2_9_2_remove_idx_last_scheduling_decision_.py index 92dd127f0351a..70923a47809dd 100644 --- a/airflow/migrations/versions/0141_2_9_1_remove_idx_last_scheduling_decision_.py +++ b/airflow/migrations/versions/0141_2_9_2_remove_idx_last_scheduling_decision_.py @@ -32,7 +32,7 @@ down_revision = "1949afb29106" branch_labels = None depends_on = None -airflow_version = "2.9.1" +airflow_version = "2.9.2" def upgrade(): diff --git a/airflow/utils/db.py b/airflow/utils/db.py index 9a044dadbb924..af53c241ed6c0 100644 --- a/airflow/utils/db.py +++ b/airflow/utils/db.py @@ -91,7 +91,7 @@ "2.8.0": "10b52ebd31f7", "2.8.1": "88344c1d9134", "2.9.0": "1949afb29106", - "2.9.1": "bff083ad727d", + "2.9.2": "bff083ad727d", "2.10.0": "677fdbb7fc54", } diff --git a/docs/apache-airflow/img/airflow_erd.sha256 b/docs/apache-airflow/img/airflow_erd.sha256 index 13c88ca480fcb..bc6212313723e 100644 --- a/docs/apache-airflow/img/airflow_erd.sha256 +++ b/docs/apache-airflow/img/airflow_erd.sha256 @@ -1 +1 @@ -d97a7ae79b252e6274ed3d4482d31c1eb61ece75a0d3824eb9062f72261cff42 \ No newline at end of file +955a39c49c73c0ef63d55f428840c915438df4fd13abb5bfa2bd9cfe5f7c22ae \ No newline at end of file diff --git a/docs/apache-airflow/img/airflow_erd.svg b/docs/apache-airflow/img/airflow_erd.svg index bf4c6c94906a0..fb280ee0ea7fc 100644 --- a/docs/apache-airflow/img/airflow_erd.svg +++ b/docs/apache-airflow/img/airflow_erd.svg @@ -1421,28 +1421,28 @@ task_instance--xcom -0..N +1 1 task_instance--xcom -1 +0..N 1 task_instance--xcom -0..N +1 1 task_instance--xcom -1 +0..N 1 diff --git a/docs/apache-airflow/migrations-ref.rst b/docs/apache-airflow/migrations-ref.rst index 0977a7c41ef24..14b22daee27cd 100644 --- a/docs/apache-airflow/migrations-ref.rst +++ b/docs/apache-airflow/migrations-ref.rst @@ -41,7 +41,7 @@ Here's the list of all the Database Migrations that are executed via when you ru +=================================+===================+===================+==============================================================+ | ``677fdbb7fc54`` (head) | ``bff083ad727d`` | ``2.10.0`` | add new executor field to db | +---------------------------------+-------------------+-------------------+--------------------------------------------------------------+ -| ``bff083ad727d`` | ``1949afb29106`` | ``2.9.1`` | Remove ``idx_last_scheduling_decision`` index on | +| ``bff083ad727d`` | ``1949afb29106`` | ``2.9.2`` | Remove ``idx_last_scheduling_decision`` index on | | | | | last_scheduling_decision in dag_run table | +---------------------------------+-------------------+-------------------+--------------------------------------------------------------+ | ``1949afb29106`` | ``ee1467d4aa35`` | ``2.9.0`` | update trigger kwargs type and encrypt |