-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathbinding.yaml
More file actions
187 lines (187 loc) · 4.99 KB
/
Copy pathbinding.yaml
File metadata and controls
187 lines (187 loc) · 4.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
binding: context_graph_binding
ontology: mako
target:
backend: bigquery
project: test-project-0728-467323
dataset: context_graph
entities:
- name: AgentSession
source: test-project-0728-467323.context_graph.agent_session
properties:
- name: id
column: agent_session_id
- name: sessionId
column: session_id
- name: BusinessConstraint
source: test-project-0728-467323.context_graph.business_constraint
properties:
- name: id
column: business_constraint_id
- name: constraintType
column: constraint_type
- name: Candidate
source: test-project-0728-467323.context_graph.candidate
properties:
- name: id
column: candidate_id
- name: ConstraintApplication
source: test-project-0728-467323.context_graph.constraint_application
properties:
- name: id
column: constraint_application_id
- name: constraintResult
column: constraint_result
- name: ContextSnapshot
source: test-project-0728-467323.context_graph.context_snapshot
properties:
- name: id
column: context_snapshot_id
- name: snapshotPayload
column: snapshot_payload
- name: snapshotTimestamp
column: snapshot_timestamp
- name: DecisionExecution
source: test-project-0728-467323.context_graph.decision_execution
properties:
- name: id
column: decision_execution_id
- name: businessEntityId
column: business_entity_id
- name: latencyMs
column: latency_ms
- name: spanId
column: span_id
- name: traceId
column: trace_id
- name: DecisionPoint
source: test-project-0728-467323.context_graph.decision_point
properties:
- name: id
column: decision_point_id
- name: reversibility
column: reversibility
- name: OutcomeSignal
source: test-project-0728-467323.context_graph.outcome_signal
properties:
- name: id
column: outcome_signal_id
- name: RejectionReason
source: test-project-0728-467323.context_graph.rejection_reason
properties:
- name: id
column: rejection_reason_id
- name: rejectionCategory
column: rejection_category
- name: rejectionText
column: rejection_text
- name: RewardComputation
source: test-project-0728-467323.context_graph.reward_computation
properties:
- name: id
column: reward_computation_id
- name: rewardValue
column: reward_value
- name: SelectionOutcome
source: test-project-0728-467323.context_graph.selection_outcome
properties:
- name: id
column: selection_outcome_id
relationships:
- name: appliedConstraint
source: test-project-0728-467323.context_graph.applied_constraint
from_columns:
- constraint_application_id
to_columns:
- business_constraint_id
properties: []
- name: atContextSnapshot
source: test-project-0728-467323.context_graph.at_context_snapshot
from_columns:
- decision_execution_id
to_columns:
- context_snapshot_id
properties: []
- name: derivedReward
source: test-project-0728-467323.context_graph.derived_reward
from_columns:
- reward_computation_id
to_columns:
- outcome_signal_id
properties: []
- name: evaluatesCandidate
source: test-project-0728-467323.context_graph.evaluates_candidate
from_columns:
- decision_point_id
to_columns:
- candidate_id
properties: []
- name: evolvedFrom
source: test-project-0728-467323.context_graph.evolved_from
from_columns:
- src_decision_execution_id: id
to_columns:
- dst_decision_execution_id: id
properties: []
- name: executedAtDecisionPoint
source: test-project-0728-467323.context_graph.executed_at_decision_point
from_columns:
- decision_execution_id
to_columns:
- decision_point_id
properties: []
- name: filteredByConstraint
source: test-project-0728-467323.context_graph.filtered_by_constraint
from_columns:
- candidate_id
to_columns:
- constraint_application_id
properties: []
- name: hasRejectionReason
source: test-project-0728-467323.context_graph.has_rejection_reason
from_columns:
- candidate_id
to_columns:
- rejection_reason_id
properties: []
- name: hasSelectionOutcome
source: test-project-0728-467323.context_graph.has_selection_outcome
from_columns:
- decision_execution_id
to_columns:
- selection_outcome_id
properties: []
- name: partOfSession
source: test-project-0728-467323.context_graph.part_of_session
from_columns:
- decision_execution_id
to_columns:
- agent_session_id
properties: []
- name: producedOutcome
source: test-project-0728-467323.context_graph.produced_outcome
from_columns:
- decision_execution_id
to_columns:
- outcome_signal_id
properties: []
- name: rejectedCandidate
source: test-project-0728-467323.context_graph.rejected_candidate
from_columns:
- selection_outcome_id
to_columns:
- candidate_id
properties: []
- name: selectedCandidate
source: test-project-0728-467323.context_graph.selected_candidate
from_columns:
- selection_outcome_id
to_columns:
- candidate_id
properties: []
- name: supersededBy
source: test-project-0728-467323.context_graph.superseded_by
from_columns:
- src_decision_execution_id: id
to_columns:
- dst_decision_execution_id: id
properties: []