Skip to content

Commit

Permalink
Set PR apache#39638 for Airflow 2.10 (apache#40044)
Browse files Browse the repository at this point in the history
Set PR apache#39638 to be marked for 2.10 as we would like to consider
it as an improvement as suggested by @ephraimbuddy
  • Loading branch information
pankajkoti authored and romsharon98 committed Jul 26, 2024
1 parent 36df3ee commit 1fe4523
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
down_revision = "686269002441"
branch_labels = None
depends_on = None
airflow_version = "2.9.2"
airflow_version = "2.10.0"


def upgrade():
Expand Down
2 changes: 1 addition & 1 deletion airflow/utils/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class MappedClassProtocol(Protocol):
"2.8.0": "10b52ebd31f7",
"2.8.1": "88344c1d9134",
"2.9.0": "1949afb29106",
"2.9.2": "0fd0c178cbe8",
"2.9.2": "686269002441",
"2.10.0": "c4602ba06b4b",
}

Expand Down
2 changes: 1 addition & 1 deletion docs/apache-airflow/img/airflow_erd.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a78b6a58b3e7f006d1f460d34cd901261e56397b027c81da500151400ecac41f
f5fa977e4b97d22faf6e179c2ad03c912780718bb26d2bef4002d971be0b3ee0
2 changes: 1 addition & 1 deletion docs/apache-airflow/migrations-ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Here's the list of all the Database Migrations that are executed via when you ru
+---------------------------------+-------------------+-------------------+--------------------------------------------------------------+
| ``677fdbb7fc54`` | ``0fd0c178cbe8`` | ``2.10.0`` | add new executor field to db. |
+---------------------------------+-------------------+-------------------+--------------------------------------------------------------+
| ``0fd0c178cbe8`` | ``686269002441`` | ``2.9.2`` | Add indexes on dag_id column in referencing tables. |
| ``0fd0c178cbe8`` | ``686269002441`` | ``2.10.0`` | Add indexes on dag_id column in referencing tables. |
+---------------------------------+-------------------+-------------------+--------------------------------------------------------------+
| ``686269002441`` | ``bff083ad727d`` | ``2.9.2`` | Fix inconsistency between ORM and migration files. |
+---------------------------------+-------------------+-------------------+--------------------------------------------------------------+
Expand Down

0 comments on commit 1fe4523

Please sign in to comment.