merlin
10/29/2022, 5:14 PM$> sqlite3 -readonly ~/.prefect/orion.db
sqlite> select distinct flow_run_id, created from log where message like '%ERROR: Traffic%' order by 2 desc;
46b4e64b-a9cf-4c60-8c58-6766ad0c5ad4|2022-10-29 18:05:53.352675
Then I plugged that flow_run_id into the browser:
<http://127.0.0.1:4200/flow-run/46b4e64b-a9cf-4c60-8c58-6766ad0c5ad4>
Great! Now I can look at the offending flow run in the UI!Anna Geller
10/29/2022, 6:26 PMmerlin
10/29/2022, 6:33 PMAnna Geller
10/29/2022, 6:40 PMmerlin
10/29/2022, 6:45 PMAnna Geller
10/29/2022, 6:50 PM