michael-s-molina commented on code in PR #28422:
URL: https://github.com/apache/superset/pull/28422#discussion_r1596838737


##########
superset/models/sql_lab.py:
##########
@@ -110,11 +116,11 @@ class Query(
     sql_editor_id = Column(String(256), index=True)
     schema = Column(String(256))
     catalog = Column(String(256), nullable=True, default=None)
-    sql = Column(MediumText())
+    sql = Column(LongText())

Review Comment:
   @john-bodley Just to confirm.. is `sql` `LongText` or `MediumText`? The 
reason I'm asking is because it's not being affected by your script.



-- 
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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to