Hi everyone,
I'm encountering an issue while trying to perform a cross-database join between two models in Metabase.
My Setup:
-
Database 1: SQL Server
-
Database 2: SQL Server
-
Connection: These are two separate database connections on different servers (No Linked Server exists between them).
-
Metabase Version: [v0.59]
The Problem:
-
I created a SQL query for the first database and converted it into a Model (Tasks_Model).
-
I created a second SQL query for the second database and converted it into a Model (Entities_Model).
-
Both models work perfectly fine on their own.
-
When I try to create a new question, select
Tasks_Model, and click on the Join icon, theEntities_Modelappears in the list but it is grayed out and unselectable.
What I've tried:
- Confirmed that both models have a common column.
Question: Is there a specific setting I need to enable to allow joining models across different database connections? Or is this a known limitation for my current version/setup?
Any guidance on how to achieve this join within the Metabase UI (without creating a Linked Server) would be greatly appreciated!