Closed Akky7 closed 2 years ago
You would need to provide more context here; however, this repo simply deploys the SAS software into the cluster. You may want to look at the config map area and see if the CAS software is storing away information there it may be using. If possible look through the SAS documentation on the usage of SWAT for Viya 4.
We are following https://sassoftware.github.io/python-swat/getting-started.html and at the step:
In [1]: import swat In [2]: conn = swat.CAS(host, port, username, password)
And we need to know how to get the host details for this - conn = swat.CAS(host, port, username, password).
First thing you'll need to do is read the CAS documentation on how to open up the API endpoint in the cluster. Once you've done that you'll then have the information needed. This may be the best place to start.
How do you find the host for CAS? We have tried what we think it is using port 5570 for SWAT but it doesn't work.
conn = swat.CAS(host, port, username, password)