How to change a table's Data Source (ex: from MariaDb to MongoDb)?

How to change a table's Data Source (ex: from MariaDb to MongoDb)?

Hi,

I have a table that receives it's data through a Custom Query performed on a MariaDb database and I would like to change the data source to a MongoDb collection (with the exact same columns/fields), but I can't find the option to do this (creating a new table and deleting the old one is not an option because there's already many reports and dashboards built on top of this table by other users and it would be a very big hassle to re-create them), can anyone help?
Thank you in advance.