sodadata / soda-core

:zap: Data quality testing for the modern data stack (SQL, Spark, and Pandas) https://www.soda.io
https://go.soda.io/core-docs
Apache License 2.0
1.81k stars 192 forks source link

distutils is deprecated. distutils.util.strtobool needs replacement. #2091

Open jochenchrist opened 1 month ago

jochenchrist commented 1 month ago

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

tools-soda commented 1 month ago

SAS-3530

dirkgroenen commented 1 month ago

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. 🙂