github sassoftware/python-sasctl v1.0.0

latest releases: v1.11.7, v1.11.6, v1.11.5...
6 years ago

Changed

  • services are now classes instead of modules.
    Imports of services in the format import sasctl.services.model_management as mm must be
    changed to from sasctl.services import model_management as mm.
  • host and user parameters of Session renamed to hostname and username to align with SWAT.
  • Only InsecureRequestWarning is suppred instead of all HTTPWarning

Improvements

  • Added copy_analytic_store method to model_repository service
  • AuthenticationError returned instead of HTTPError if session authentication fails.

Don't miss a new python-sasctl release

NewReleases is sending notifications on new releases.