Im having this issue when running redash v10 on kubernetes (previously redash v8 on docker)

I got this error when i test connection to MySQL DB
(2006, 'Plugin sha256_password could not be loaded: /usr/lib/x86_64-linux-gnu/mariadb19/plugin/sha256_password.so: cannot open shared object file: No such file or directory')

also im using client mysqlclient<=2.1.0

anyone having this issue too?
Thanks!

This issue is specific to your MySQL / Maridb data source. The error doesn’t come from Redash, which uses Postgres for its internal DB.

There’s an entire help article from mariadb on this subject. I’d recommend starting there.