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

jscheffl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-mssql-migration.git


The following commit(s) were added to refs/heads/main by this push:
     new 92f3350  Add support fir Airflow 2.8.1
92f3350 is described below

commit 92f33505b2fdebba7c7fe5f58f142b9d95969f50
Author: Jens Scheffler <[email protected]>
AuthorDate: Wed Jan 24 23:12:50 2024 +0100

    Add support fir Airflow 2.8.1
---
 migrate_script.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/migrate_script.py b/migrate_script.py
index e13b630..d4b0e9e 100644
--- a/migrate_script.py
+++ b/migrate_script.py
@@ -29,7 +29,7 @@ advised to halt all running jobs and DAG runs.
 
 Database schema must match.
 
-Note that this script is made for Airflow 2.7.x and 2.8.0 and is provided 
without any warranty.
+Note that this script is made for Airflow 2.7.x, 2.8.0 and 2.8.1 and is 
provided without any warranty.
 """
 
 from __future__ import annotations
@@ -86,6 +86,7 @@ supported_db_versions = [
     # see 
https://airflow.apache.org/docs/apache-airflow/stable/migrations-ref.html
     "405de8318b3a",  # Airflow 2.7.0-2.7.3
     "10b52ebd31f7",  # Airflow 2.8.0
+    "88344c1d9134",  # Airflow 2.8.1
 ]
 
 # initialise logging

Reply via email to