Hi, I would like to load a dataset to CAS Server from Oracle Database in Python with SAS Swat. When I use 'read_sql_query' cas action a table is pulled from database to my local machine in the form of a pandas.dataframe and then uploaded to CAS. So, this process is too slow for a large data.
I would like to pull the data from database to the CAS directly without stopping by my machine. Do I achive that and how?