pub async fn plan_import(
transport: Option<&Transport>,
path: &Path,
overwrite: bool,
skip_existing: bool,
) -> Result<DashboardImportPlan>Expand description
Fully validate an artifact and collect the precise import work to show in the mutation guard. The supplied transport is optional only for a local no-conflict plan with no data-view references.