Rajesh Bijja

Results 3 comments of Rajesh Bijja

Thank you all for your comments/answers. I tried connecting to the docker container and ran the above commands: ``` docker exec -it superset_app bash root@e24559e47f80:/app# python Python 3.10.14 (main, Apr...

I just tried importing `StatsClient` from python console and that is also failing. ``` >>> from statsd import StatsClient Traceback (most recent call last): File "", line 1, in File...

I think I am able to avoid this issue. Currently I am using statsd 4.0.1 version. I tried moving to 3.3.0 version and it worked fine. I am assuming the...