So I use dialect: mysql+pymysql
to store information from Trackstore.
I would like to filter the information that will be saved inside my DB.
For example the action_session_start
action_name has data like this:
{"event": "action", "timestamp": 1659434492.139648, "metadata": {"model_id": "cf5405eaad3f4ff991934467dd335f31"}, "name": "action_session_start", "policy": null, "confidence": 1.0, "action_text": null, "hide_rule_turn": false}
I only want to store confidence
level.