Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
PeterMicheal
Contributor
Contributor

Issue retrieving unused connections from script

There is an issue with GetLineage() using the .Net Api Version=16.4.0.0  

 

var netAppLineage = pQsApp.GetLineage().ToList();

 

For Example: Not all connections are retrieved. Only the one that is used is the model is actually retrieved.   

 

The line marked with the arrow are missing from the API call.

 

PeterMicheal_0-1686638796964.jpeg

 



PeterMicheal_1-1686638796974.jpeg

 

This is the response details

 

PeterMicheal_2-1686638796976.jpeg

 

 

PeterMicheal_3-1686638797006.jpeg

 

 

 

No Such error when we do the same process from the Cloud.

0 Replies