in src/redash_stmo/data_sources/health.py [0:0]
def get(self): health_data = json.loads(redis_connection.get("data_sources:health") or "{}") return jsonify(health_data)