run_live_validation
Validate the financial pipeline on live data by cloning the database, running integrity checks, and returning a report without mutating the source.
Instructions
Validate the pipeline on live data without touching the committed snapshot.
Copies the database to a throwaway working DB, optionally pulls live SimpleFIN
Todoist into the copy, then runs the read pipeline (onboarding scan, reconciliation, drift, guardrails) and returns a report with integrity checks (e.g. no orphaned statement targets after a card rename). The source database is never mutated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_of_date | Yes | ||
| sync | No | ||
| keep_work_db | No | ||
| db_path | No |