Forum Discussion
Cross-lakehouse execution MLVs Trigger
- 2 months ago
Hi TK12345 ,The current approach using Fabric REST APIs does not support cross-workspace execution, and it also does not take dependencies or lineage between MLVs into account when triggering refreshes.
So in your case, where you need cross-lakehouse execution with proper sequencing based on upstream readiness, this limitation means there’s no out-of-the-box solution yet, you would have to manage orchestration manually. Given this gap, it would be a good idea to raise this as a feature request in the Microsoft Fabric Ideas portal, specifically highlighting the need for event-based triggers and dependency-aware execution across workspaces.
Thanks,
prashanth Are
Hello TK12345
You can refresh MLVs programatically using Fabric REST API endpoints, documentation link below. There is no native event based trigger yet.
Manage Fabric materialized lake views with public APIs - Microsoft Fabric | Microsoft Learn
Hi,
Thanks for your reply, but this one is not across workspaces and does not look to the dependencies right?
- v-prasare2 months agoCommunity Support
Hi TK12345 ,The current approach using Fabric REST APIs does not support cross-workspace execution, and it also does not take dependencies or lineage between MLVs into account when triggering refreshes.
So in your case, where you need cross-lakehouse execution with proper sequencing based on upstream readiness, this limitation means there’s no out-of-the-box solution yet, you would have to manage orchestration manually. Given this gap, it would be a good idea to raise this as a feature request in the Microsoft Fabric Ideas portal, specifically highlighting the need for event-based triggers and dependency-aware execution across workspaces.
Thanks,
prashanth Are