Getting issue in Group permission settings

Hey,

Getting below error while giving a View Collection permission to a Group
Error - > (conn=292333) Data too long for column 'before' at row 1

Currently on 0.39.2 version and using athena-metabase driver for connection to db.
Can you please help on this ?
Thanks in advance!

Hi @outlier
If you posted "Diagnostic Info" from Admin > Troubleshooting, then it would be easier to see that you're using MySQL for the application database.
You are seeing this issue:
https://github.com/metabase/metabase/issues/7006 - upvote by clicking :+1: on the first post
You need to change all TEXT column types to LONGTEXT.

Hi @flamber

Thanks a lot for the quick reply
Here is the Diagnostic Info ->

{
"browser-info": {
"language": "en-GB",
"platform": "MacIntel",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "1.8.0_265-b01",
"java.vendor": "Oracle Corporation",
"java.vendor.url": "http://java.oracle.com/",
"java.version": "1.8.0_265",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "25.265-b01",
"os.name": "Linux",
"os.version": "4.14.104-95.84.amzn2.x86_64",
"user.language": "en",
"user.timezone": "UTC"
},
"metabase-info": {
"databases": [
"athena",
"mysql",
"googleanalytics"
],
"hosting-env": "unknown",
"application-database": "mysql",
"application-database-details": {
"database": {
"name": "MySQL",
"version": "5.7.12"
},
"jdbc-driver": {
"name": "MariaDB Connector/J",
"version": "2.6.2"
}
},
"run-mode": "prod",
"version": {
"tag": "v0.39.2",
"date": "2021-05-17",
"branch": "release-x.39.x",
"hash": "b0d9436"
},
"settings": {
"report-timezone": "Asia/Calcutta"
}
}
}