mistercrunch commented on code in PR #31747:
URL: https://github.com/apache/superset/pull/31747#discussion_r1909491061


##########
superset/utils/encrypt.py:
##########
@@ -22,7 +22,12 @@
 from flask_babel import lazy_gettext as _
 from sqlalchemy import text, TypeDecorator
 from sqlalchemy.engine import Connection, Dialect, Row
-from sqlalchemy_utils import EncryptedType
+from sqlalchemy_utils import EncryptedType as SqlaEncryptedType
+
+
+class EncryptedType(SqlaEncryptedType):

Review Comment:
   oh! finally took on removing WARNING log message that became apparent while 
I paid attention to the boot sequence's STDOUT



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to