python-swat icon indicating copy to clipboard operation
python-swat copied to clipboard

The SAS Scripting Wrapper for Analytics Transfer (SWAT) package is the Python client to SAS Cloud Analytic Services (CAS). It allows users to execute CAS actions and process the results all from Pyth...

Results 42 python-swat issues
Sort by recently updated
recently updated
newest added
trafficstars

Upgrading Lacuna base image from 3.9 to 3.11 and seeing below warning. It looks like SWAT needs to be updated for the cgi package. ============================================ warnings summary ============================================ ../../../../../usr/local/lib64/python3.11/site-packages/swat/notebook/zeppelin.py:27 ../../../../../usr/local/lib64/python3.11/site-packages/swat/notebook/zeppelin.py:27...

Hi, I'm getting this error when installing latest release with poetry on macos: ``` poetry add swat Using version ^1.13.3 for swat Updating dependencies Resolving dependencies... (2.7s) Package operations: 2...

I'm struggling using the swat package on MacOS. I'm trying to connect to CAS and I get a 403 error. I turned on some debugging and got the following trace:...

Hi, I'm getting this error on Windows server 2019, latest poetry 1.42: ``` >poetry add swat@latest Using version ^1.12.1 for swat Updating dependencies Resolving dependencies... Downloading https://files.pythonhosted.org/packages/3c/c8/5d6bb20ba20d8770e933d8c0fe956fdc11940af2c39f5b23e02196e0395c/swat-1.12.1-0-cp27-cp27m-macosx_10_9_x86_64.whl#sha256=30ad0ce7e69fa40e19433aa8327b55ae1c0f092fResolving dependencies... (1.6s) Writing...

Even though you get an error when adding a function that doesn't exist to a CAS table object, it still adds the computation to the object. This causes an error...

I got this warning when I installed swat today: DEPRECATION: swat is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel'...

Hi Team, I attempted to utilize the swat package to push a pandas dataframe as a Sas table to a Sas server, but I encountered an error message that states...

When merging two CASTable objects, the output CASTable gets a generated name rather than the name that is specified in the casout options.

When changing the name attribute of a CASTable object, it does not propagate to the actual underlying CAS table. I have tried setting the name with setattr(), but this does...