Forum Discussion
Gateway to dataset/semantic model mapping (lineage)
- 2 years ago
We have bunch of reports connect to various gatewaysReports do not connect to gateways.
Hello,
My team is looking for the same, trying to identify all "Offline" gateway connections and if they're being used anywhere within workspaces/semantic models. Has anyone figured out a way how to see a lineage or mapping for Gateway data source -->Semantic Models?
Thanks in advance!
The API call is your best option.
- pvuppala1 year ago
Helper V
The problem I'm running into is the 200 request limit. Here's what I'm going with this approach.
1. Get all Active workspaces
2. Loop through all Workspaces for datasets
3. Another Loop through all datasets where isOnPremGatewayRequired is True
4. Capture workspace, dataset, gateway datasource info etc., write back to csv
5. I have to include a "Wait" command in the PowerShell script an hour since the first call was made.
I will keep you guys posted! I'm just surprised MSFT did not make any of this easy to trace from gateway connections to semantic models for Governance and Administration perspective.
Thanks!
-Pawan