FlowTraceDependencyEvent¶
Structure Class¶
FlowTraceDependencyEvent
dataclass
¶
Contains information about a dependency trace event in the flow.
Attributes¶
node_name
instance-attribute
¶
node_name: str
The name of the node that generated the dependency trace.
timestamp
instance-attribute
¶
timestamp: datetime
The date and time that the dependency trace was generated.
trace_elements
class-attribute
instance-attribute
¶
trace_elements: TraceElements = field(repr=False)
The trace elements containing detailed information about the dependency.