Hi Christian,
Theoretically it should be possible. However, a couple settings need to be set properly.
In the Indicium appsettings.json file, you need to set UseAzureActiveDirectory to true in the MetaSourceConnection. Recycle or Restart Indicium after this.
It should look something like this:
"MetaSourceConnection": {
"UseAzureActiveDirectory": true,
"Server": "tcp:<warehouse-name>.<region>.fabric.microsoft.com",
"Database": "<warehouse-name>"
}
It is required to use Enrta authentication using service principals Microsoft Entra Authentication in Fabric Data Warehouse - Microsoft Fabric | Microsoft Learn
Hope this helps!