List scenarios from all infrastructures
Hi, I know that I can get scenario details that were present in the same infrastructure with DSS api client and with list_scenarios method. But how to get the details of the all scenarios including that were present in other infrastructures as well in dataiku
Answers
-
Miguel Angel Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 118 Dataiker
Hi,
I suspect by infrastructure you are talking in the sense of deployment infrastructures, that is, different DSS nodes. If not, please do correct me.
If so, each node is a complete separate entity. the list_scenarios method (and any others) can only act on a specific DSS node. You can access to the whole list of scenarios in all nodes from the same script by programatically connecting to each node.
The documentation has examples on how to do so:https://developer.dataiku.com/latest/concepts-and-examples/client.html#creating-a-client-from-outside-dss