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