Skip to content

Commit

Permalink
Adjust airflow version to 2.9.2 from 2.9.1 since RC out for 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajkoti committed Apr 30, 2024
1 parent 0dd9be1 commit 4928d9d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Expand Up @@ -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():
Expand Down
2 changes: 1 addition & 1 deletion airflow/utils/db.py
Expand Up @@ -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",
}

Expand Down
2 changes: 1 addition & 1 deletion docs/apache-airflow/img/airflow_erd.sha256
@@ -1 +1 @@
d97a7ae79b252e6274ed3d4482d31c1eb61ece75a0d3824eb9062f72261cff42
955a39c49c73c0ef63d55f428840c915438df4fd13abb5bfa2bd9cfe5f7c22ae
8 changes: 4 additions & 4 deletions docs/apache-airflow/img/airflow_erd.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/apache-airflow/migrations-ref.rst
Expand Up @@ -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 |
Expand Down

0 comments on commit 4928d9d

Please sign in to comment.