octue / octue-sdk-python

The python SDK for @Octue services and digital twins.
https://octue.com
Other
9 stars 3 forks source link

Make Question chains easily extractible from BigQuery Event Store #649

Closed thclark closed 4 days ago

thclark commented 2 months ago

Feature request

Use Case

We want to be able to extract the sequence of all events that were triggered throughout the process of a grandparent question being executed.

Current db

Screenshot 2024-04-24 at 11 18 46

Proposed Solution

This means we have to maintain a linked list so that a grandchild's events can be associated with a grandparent's questions.

Defining terms

Implementation