Hi, I'm trying to query data in SAS Viya using a python script. I am able to connect to my CAS Library using the swat.CAS() function. When trying to load a large dataset (~10GB) my python program ends up crashing with the following error message: raise SWATError('Unable to connect to any URL in the list: %s' % swat.exceptions.SWATError: Unable to connect to any URL in the list: I've tried querying smaller datasets and i'm able to run my python script with no issues. Is there a way around this, please advise. Thank you!
... View more