bridge_reload
Hot-reload on-disk PBIP/PBIR definitions into an open Power BI Desktop without close/reopen. Refuses when unsaved changes exist unless force discards them.
Instructions
UNSAFE-FOR-PIPELINE (interactive attach only): hot-reload the on-disk PBIP/PBIR definition into the open Power BI Desktop (file.reload/v1) without close/reopen - the composition step after save_pbir edits the tree on disk. Refuses while the Desktop reports unsaved changes (or cannot report at all) unless force=true, because a reload discards the in-memory state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | Desktop process id from bridge_status / open_desktop | |
| force | No | reload even when the Desktop reports (or cannot rule out) unsaved changes, discarding them | |
| timeoutSec | No | per-call timeout in seconds (default 60) | |
| reloadModelDefinition | No | also reload the semantic model definition, not just the report (default false) |