soda-core
soda-core copied to clipboard
distutils is deprecated. distutils.util.strtobool needs replacement.
As of Python 3.10, distutils has been deprecated, strtobool should be replaced in https://github.com/sodadata/soda-core/blob/main/soda/core/soda/telemetry/soda_telemetry.py
PEP 632 recomends copying the implementation into your own code, or reimplementing: https://www.python.org/dev/peps/pep-0632/#migration-advice
SAS-3530
Thanks @jochenchrist! We'll make note of it, add it on our backlog, and try to follow-up as time allows.
If you have the ability and time to do so yourself we're always happy to accept contributions. 🙂