You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Open the **Gemini / Conversational Analytics** panel in BQ
150
-
Studio with the `decision_lineage_demo` dataset selected.
163
+
Studio with the `decision_lineage_rich_demo` dataset selected.
151
164
2. Open [`DEMO_QUESTIONS.md`](DEMO_QUESTIONS.md) in a side editor.
152
165
3. For each Q1-Q5, paste the natural-language prompt into BQ CA,
153
166
run, then paste the explicit GQL into a query tab and compare.
@@ -158,11 +171,11 @@ reproducibility, and systemic-pattern audit.
158
171
159
172
| Symptom | Fix |
160
173
|---|---|
161
-
| Block 1c (decisions) returns 0 |`AI.GENERATE` returned no decisions; re-run `./.venv/bin/python3 build_graph.py` (no need to re-run the agent) |
162
-
| Block 1c is much smaller than 5 × session count | Some sessions had few extracted decisions; either accept it (the talk track is count-agnostic) or re-run `build_graph.py`|
174
+
| Block 1d (decisions) returns 0 |`AI.GENERATE` returned no decisions; re-run `./.venv/bin/python3 build_graph.py` and then `./.venv/bin/python3 build_rich_graph.py` (no need to re-run the agent) |
175
+
| Block 1d is much smaller than 5 × session count | Some sessions had few extracted decisions; either accept it (the talk track is count-agnostic) or re-run `build_graph.py` and then `build_rich_graph.py`|
163
176
| Block 2 shows no Graph tab | Make sure the result rendered; the tab takes a second to appear after the first run |
164
-
| Block 2 has nothing to draw | The `__SESSION_ID__` baked in by `setup.sh` may not have produced decisions — swap with a different session id from Block 1e|
165
-
| "Property graph not found" |`setup.sh` did not finish; check that `build_graph.py` printed `property_graph_created True`|
177
+
| Block 2 has nothing to draw | The `__SESSION_ID__` baked in by `setup.sh` may not have produced decisions — swap with a different session id from Block 1i|
178
+
| "Property graph not found" |`setup.sh` did not finish; check that `build_graph.py` printed `property_graph_created True`, then rerun `./.venv/bin/python3 build_rich_graph.py`|
166
179
|`run_agent.py` fails with permission errors | Missing `roles/aiplatform.user` on the running identity (the live agent calls Vertex AI) |
167
180
|`agent_events` table is empty after `run_agent.py`| The plugin may not have flushed; re-run `./.venv/bin/python3 run_agent.py` and verify the script's "Flushing BQ AA Plugin..." line completes without warnings |
0 commit comments