Hi there, I am using the Python API: ``` client....
# spicedb
w
Hi there, I am using the Python API:
Copy code
client.CheckPermission(CheckPermissionRequest(..., with_tracing=True))
I would like to see the full sub_problem list (and therefore execute the full search) on every request for this particularly problem - however the caching prevents this. Is there any way I can turn off the caching at the Python API level (not at the DB/spiceDB level) for these particular calls only? I don't see a way in the documentation. BW Will