Hello,
I've encountered an issue where my models are no longer updating. Upon inspecting the job metabase.task.PersistenceRefresh.job
, I found that the state is currently set to BLOCKED, as shown in the following image:
Could you please provide guidance on how to unblock this status and resume the updating process?
Logs :
[ccd1e691-4290-4f47-91be-5944c220459a] 2023-11-15T15:06:01+01:00 WARN metabase.driver.sql-jdbc.sync.describe-table Don't know how to map column type '_int2' to a Field base_type, falling back to :type/.
[ccd1e691-4290-4f47-91be-5944c220459a] 2023-11-15T15:06:01+01:00 WARN metabase.driver.sql-jdbc.sync.describe-table Don't know how to map column type '_int2' to a Field base_type, falling back to :type/.
[ccd1e691-4290-4f47-91be-5944c220459a] 2023-11-15T15:06:01+01:00 WARN metabase.driver.sql-jdbc.sync.describe-table Don't know how to map column type '_int2' to a Field base_type, falling back to :type/.
[ccd1e691-4290-4f47-91be-5944c220459a] 2023-11-15T15:06:01+01:00 WARN metabase.driver.sql-jdbc.sync.describe-table Don't know how to map column type '_int2' to a Field base_type, falling back to :type/.
[ccd1e691-4290-4f47-91be-5944c220459a] 2023-11-15T15:06:01+01:00 WARN metabase.driver.sql-jdbc.sync.describe-table Don't know how to map column type '_int2' to a Field base_type, falling back to :type/.
[ccd1e691-4290-4f47-91be-5944c220459a] 2023-11-15T15:06:01+01:00 WARN metabase.driver.sql-jdbc.sync.describe-table Don't know how to map column type '_int2' to a Field base_type, falling back to :type/.
[ccd1e691-4290-4f47-91be-5944c220459a] 2023-11-15T15:06:01+01:00 WARN metabase.driver.sql-jdbc.sync.describe-table Don't know how to map column type '_int2' to a Field base_type, falling back to :type/.
[ccd1e691-4290-4f47-91be-5944c220459a] 2023-11-15T15:06:01+01:00 WARN metabase.driver.sql-jdbc.sync.describe-table Don't know how to map column type '_int2' to a Field base_type, falling back to :type/.
[ccd1e691-4290-4f47-91be-5944c220459a] 2023-11-15T15:06:01+01:00 WARN metabase.driver.sql-jdbc.sync.describe-table Don't know how to map column type '_int2' to a Field base_type, falling back to :type/*.
[ccd1e691-4290-4f47-91be-5944c220459a] 2023-11-15T15:06:02+01:00 INFO metabase.task.persist-refresh Attempting to refresh persisted model 52.
[ccd1e691-4290-4f47-91be-5944c220459a] 2023-11-15T15:06:02+01:00 INFO metabase.task.persist-refresh Attempting to refresh persisted model 53.
Diagnostic Info :
{
"browser-info": {
"language": "fr-FR",
"platform": "Win32",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "Cp1252",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "17.0.4.1+1",
"java.vendor": "Eclipse Adoptium",
"java.vendor.url": "https://adoptium.net/",
"java.version": "17.0.4.1",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "17.0.4.1+1",
"os.name": "Windows Server 2016",
"os.version": "10.0",
"user.language": "fr",
"user.timezone": "Europe/Paris"
},
"metabase-info": {
"databases": [
"postgres",
"mysql"
],
"hosting-env": "unknown",
"application-database": "mysql",
"application-database-details": {
"database": {
"name": "MySQL",
"version": "5.7.36"
},
"jdbc-driver": {
"name": "MariaDB Connector/J",
"version": "2.7.6"
}
},
"run-mode": "prod",
"version": {
"date": "2023-11-07",
"tag": "v0.47.7",
"branch": "?",
"hash": "dd51fd4"
},
"settings": {
"report-timezone": null
}
}
}