eladkal commented on code in PR #36029:
URL: https://github.com/apache/airflow/pull/36029#discussion_r1413006394


##########
airflow/migrations/versions/0132_2_8_0_add_priority_weight_strategy_to_task_.py:
##########
@@ -37,9 +37,18 @@
 
 
 def upgrade():
+    json_type = sa.JSON
+    conn = op.get_bind()
+    if conn.dialect.name != "postgresql":
+        # Mysql 5.7+/MariaDB 10.2.3 has JSON support. Rather than checking for

Review Comment:
   I think we are not going to support Mysql 5 with Airflow 2.8? 
   We already dropped support for it on main branch



-- 
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