Sorry, I understood the logs:
- Please post “Diagnostic Info” from Admin > Troubleshooting.
{
“browser-info”: {
“language”: “en”,
“platform”: “Win32”,
“userAgent”: “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36”,
“vendor”: “Google Inc.”
},
“system-info”: {
“java.runtime.name”: “OpenJDK Runtime Environment”,
“java.runtime.version”: “11.0.4+11”,
“java.vendor”: “AdoptOpenJDK”,
“java.vendor.url”: “https://adoptopenjdk.net/”,
“java.version”: “11.0.4”,
“java.vm.name”: “OpenJDK 64-Bit Server VM”,
“java.vm.version”: “11.0.4+11”,
“os.name”: “Linux”,
“os.version”: “4.9.0-11-amd64”,
“user.language”: “en”,
“user.timezone”: “UTC”
},
“metabase-info”: {
“databases”: [
“h2”,
“postgres”,
“redshift”
],
“hosting-env”: “unknown”,
“application-database”: “mysql”,
“run-mode”: “prod”,
“version”: {
“date”: “2019-10-07”,
“tag”: “v0.33.4”,
“branch”: “release-0.33.x”,
“hash”: “9559406”
},
“settings”: {
“report-timezone”: null
}
}
}
- Is any of the tables you’re joining empty (meaning doesn’t have any data in them)? -> Every table is filled
- Or is the result empty of the question, which you are trying to save? -> The question is not empty
When is the database column type of column you think is failing? -> In the log that I added, it is being shown this:
[11c5e64e-ce59-48f8-850a-4c16f243f3f5] 2019-11-28T19:25:20+01:00 ERROR metabase.sync.util Error generating fingerprint for Field ‘min_gap’: Index -1 out of bounds for length 2
And what is the Field Type? Admin > Data Model > (database) > (table) > (column)
-> There is not type selected. There is a drop down list to select a type. In the previous version of Metabase, v0.28 I did not choose specific type for this field, which is a number in the database
Thanks a lot!