ephraimbuddy commented on code in PR #33616:
URL: https://github.com/apache/airflow/pull/33616#discussion_r1302092024


##########
airflow/utils/db.py:
##########
@@ -67,39 +67,45 @@
 
 log = logging.getLogger(__name__)
 
-REVISION_HEADS_MAP = {
+_REVISION_HEADS_MAP = {
+    "1.5.0": "338e90f54d61",
+    "1.5.2": "52d714495f0",
+    "1.6.0": "40e67319e3a9",
+    "1.6.2": "4446e08588",
+    "1.7.0": "1968acfc09e3",
+    "1.7.1": "2e82aab8ef20",
+    "1.8.2": "d2ae31099d61",
+    "1.10.0": "9635ae0956e7",
+    "1.10.2": "41f5f12752f8",
+    "1.10.3": "a56c9515abdc",
+    "1.10.4": "004c1210f153",
+    "1.10.7": "fe461863935f",
+    "1.10.5": "74effc47d867",

Review Comment:
   I have removed adding versions < 2.0.0, and it solves it instead of trying 
to resolve the naming of versions less than 2.0 which we don't support in the 
upgrades



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to