fact_treble_session_nodes
Each row is one interactive step of one conversation through its flow: a question asked, an AI step, a WhatsApp Flow, an integration call — with the option the user chose or the free text they typed, and whether they timed out instead of answering. This is the table for funnels — it did not exist in the previous warehouse.Steps that only send a message and move on (no interaction) don’t generate a row here — the full message stream, including those, is in
fact_treble_session_messages. The complete structure of every flow, all nodes included, is in dim_poll_nodes.What questions does it answer?
- What is the step-by-step funnel of a flow — how many users reach each node, and where do they drop off?
- Which answer options do users choose at each question?
- Which questions time out most often?
- Which conversations went through AI nodes (join with
dim_poll_nodes.node_type)? - How long do users take to answer each question?