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.