Reports
Sources
Docs: Plots, Preferences, Powers Web App: Open a Parable in Ponder, then use Run Report or Schedule Report from the Report actions menu; the Report cascader in the header selects Current or a stored Report. A Report is one execution of a Parable’s pipeline Plots. Each run produces durable outputs that readers can select later, even after the Parable’s code changes. A Parable’s definition version identifies code and schema; a Report identifies produced data.Run a Report now
- Open the Parable and choose Run Report.
- Parable captures the exact definition, the visible Preference membership and values, and your identity as the requester.
- The run is queued and produces real outputs before it is shown as complete. Pending, failed, empty, stale, unavailable, and incompatible results are shown as such; Parable does not switch readings to hide a failure.
Schedule Reports
Choose Schedule Report, then enter a schedule in your own words. For example, Every weekday at 9am, starting next Monday. Review the interpreted schedule and upcoming runs, then choose Save schedule.


Read a Report
The Report cascader selects Current or a specific Report:- Current is the newest completed Report whose output fits the selected definition; it can come from an earlier compatible definition.
- An explicit Report stays pinned. An unavailable or incompatible result does not fall back to Current.
plotApi.readReport.
Current limits
- A Report cannot yet consume another pipeline Plot’s newly produced output in the same run; it can consume a compatible output completed in an earlier run.
- Provider historical-input replay is limited: principal-dependent filters need the captured principal, and full Parable-context Provider filters can refuse materialization.