phenotypic.sdk_.migrate_preflighted_metadata_bundle#
- phenotypic.sdk_.migrate_preflighted_metadata_bundle(source: str | Path | BundleLayout, *, report: MetadataMigrationReport, kinds: frozenset[str] | None = None, commit_guard: Callable[[], AbstractContextManager[None]] | None = None) MetadataMigrationResult[source]#
Migrate a bundle from one already-computed semantic preflight.
- Parameters:
source (str | Path | BundleLayout)
report (MetadataMigrationReport)
commit_guard (Callable[[], AbstractContextManager[None]] | None)
- Return type: