Rockset Python client sessions class

I wanted to set up a load test to simluate production load before releasing Rockset into production. I’m using locust.io and the Rockset python client. In the locust docs it says the only prerequisite is that the SDK needs to have an accessible request.Sessions class. I wasn’t able to find one myself but I wanted to double check here before moving on.

https://docs.locust.io/en/stable/testing-requests-based%20SDK's.html

We don’t use the requests library, so you’d have to wrap the Rockset python client so it behaves as requests.Session