aws-step-functions-data-science-sdk-python
aws-step-functions-data-science-sdk-python copied to clipboard
Step Functions Data Science SDK for building machine learning (ML) workflows and pipelines on AWS
### Description Changes comparisons to use identity-comparison (`is`) for the singleton None, and value-comparison (`==`) for strings. ### Why is the change necessary? Python strings do not guarantee object identity...
Tox version>=4.0 is invoked differently (it's a complete rewrite from 3.x); the instructions on running unit tests in CONTRIBUTING.md no longer work. Presumably either they should be updated to work...
stepfunctions packages resets the root logger's logging level. And it will mess up application's logging level setting when importing the stepfunctions package. Here is where the logging level is reset:...
Hello here , I have a python code using step functions sdk that was created a while ago using version 2.3.0 , suddenly without making any changes to the used...