Dynamic DB Switching - Multi-tenants

We have a multi-tenant system where each client has a separate database, but the structure of the database remains the same across all clients. We also have a single set of dashboards that connects to the respective client DB based on the user login to the system. We are trying to achieve the same with Dremio.

Is there a way to handle this scenario of dynamic DB switching with Dremio? Or any other alternatives for this case?