This is an automated email from the ASF dual-hosted git repository.
pankajkoti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new c6f85f08f8 Set PR #39638 for Airflow 2.10 (#40044)
c6f85f08f8 is described below
commit c6f85f08f8f96139718593187c1cc6fb5707d975
Author: Pankaj Koti <[email protected]>
AuthorDate: Wed Jun 5 13:35:10 2024 +0530
Set PR #39638 for Airflow 2.10 (#40044)
Set PR #39638 to be marked for 2.10 as we would like to consider
it as an improvement as suggested by @ephraimbuddy
---
...> 0143_2_10_0_add_indexes_on_dag_id_column_in_referencing_tables.py} | 2 +-
airflow/utils/db.py | 2 +-
docs/apache-airflow/img/airflow_erd.sha256 | 2 +-
docs/apache-airflow/migrations-ref.rst | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/airflow/migrations/versions/0143_2_9_2_add_indexes_on_dag_id_column_in_referencing_tables.py
b/airflow/migrations/versions/0143_2_10_0_add_indexes_on_dag_id_column_in_referencing_tables.py
similarity index 99%
rename from
airflow/migrations/versions/0143_2_9_2_add_indexes_on_dag_id_column_in_referencing_tables.py
rename to
airflow/migrations/versions/0143_2_10_0_add_indexes_on_dag_id_column_in_referencing_tables.py
index 6533dc5a7e..d0152844a0 100644
---
a/airflow/migrations/versions/0143_2_9_2_add_indexes_on_dag_id_column_in_referencing_tables.py
+++
b/airflow/migrations/versions/0143_2_10_0_add_indexes_on_dag_id_column_in_referencing_tables.py
@@ -33,7 +33,7 @@ revision = "0fd0c178cbe8"
down_revision = "686269002441"
branch_labels = None
depends_on = None
-airflow_version = "2.9.2"
+airflow_version = "2.10.0"
def upgrade():
diff --git a/airflow/utils/db.py b/airflow/utils/db.py
index f2c837eef0..41fa1ab2e0 100644
--- a/airflow/utils/db.py
+++ b/airflow/utils/db.py
@@ -117,7 +117,7 @@ _REVISION_HEADS_MAP = {
"2.8.0": "10b52ebd31f7",
"2.8.1": "88344c1d9134",
"2.9.0": "1949afb29106",
- "2.9.2": "0fd0c178cbe8",
+ "2.9.2": "686269002441",
"2.10.0": "c4602ba06b4b",
}
diff --git a/docs/apache-airflow/img/airflow_erd.sha256
b/docs/apache-airflow/img/airflow_erd.sha256
index 8263e6d131..66001b8762 100644
--- a/docs/apache-airflow/img/airflow_erd.sha256
+++ b/docs/apache-airflow/img/airflow_erd.sha256
@@ -1 +1 @@
-a78b6a58b3e7f006d1f460d34cd901261e56397b027c81da500151400ecac41f
\ No newline at end of file
+f5fa977e4b97d22faf6e179c2ad03c912780718bb26d2bef4002d971be0b3ee0
\ No newline at end of file
diff --git a/docs/apache-airflow/migrations-ref.rst
b/docs/apache-airflow/migrations-ref.rst
index 45fce007f7..2dd879ff9d 100644
--- a/docs/apache-airflow/migrations-ref.rst
+++ b/docs/apache-airflow/migrations-ref.rst
@@ -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. |
+---------------------------------+-------------------+-------------------+--------------------------------------------------------------+