ashb commented on a change in pull request #13269:
URL: https://github.com/apache/airflow/pull/13269#discussion_r570174981



##########
File path: airflow/migrations/versions/d38e04c12aa2_add_serialized_dag_table.py
##########
@@ -45,7 +45,7 @@ def upgrade():
         try:
             conn.execute("SELECT JSON_VALID(1)").fetchone()
         except (sa.exc.OperationalError, sa.exc.ProgrammingError):
-            json_type = sa.Text
+            json_type = sa.LargeBinary

Review comment:
       Why not LargeText? (I.e. and this col be binary or text?)




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

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


Reply via email to