Releases: sassoftware/python-sasctl
Releases · sassoftware/python-sasctl
v1.0.1
v1.0.0
Changed
- services are now classes instead of modules.
Imports of services in the formatimport sasctl.services.model_management as mmmust be
changed tofrom sasctl.services import model_management as mm. hostanduserparameters ofSessionrenamed tohostnameandusernameto align with SWAT.- Only
InsecureRequestWarningis suppred instead of allHTTPWarning
Improvements
- Added
copy_analytic_storemethod tomodel_repositoryservice AuthenticationErrorreturned instead ofHTTPErrorif session authentication fails.
v0.9.7
Improvements
- public_model task also defines methods mapped to MAS module steps when publishing to MAS.
- SSL verification can be disable with
SSLREQCERTenvironment variable. - CAs to use for validating SSL certificates can also be specified through the
SSLCALISTLOCenvironment variable. - Added
execute_performance_task
Changes
- Updated method signature for
create_performance_definitionin Model Manager.
Bugfixes
- register_model task no longer adds
rcandmsgvariables from MAS to the project variables.
Initial Public Release
sasctl provides user-friendly integration with the SAS Viya platform. It can be used as a Python package or as a stand-alone command line utility.
The latest sasctl release can be installed using the following command:
pip install sasctl