dpgaspar commented on a change in pull request #14109:
URL: https://github.com/apache/superset/pull/14109#discussion_r613179587



##########
File path: 
superset/migrations/versions/c2acd2cf3df2_alter_type_of_dbs_encrypted_extra.py
##########
@@ -39,7 +39,7 @@ def upgrade():
             batch_op.alter_column(
                 "encrypted_extra",
                 existing_type=sa.Text(),
-                type_=EncryptedType(sa.Text()),
+                type_=sa.LargeBinary(),

Review comment:
       Seems that we need to eventually migrate it: 
https://github.com/kvesteri/sqlalchemy-utils/blob/2e8ee0093f4a33a5c7479bc9aaf16d7863a74a16/sqlalchemy_utils/types/encrypted/encrypted_type.py#L455




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



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

Reply via email to