phenotypic.sdk_.MetadataMigrationAuthority#

class phenotypic.sdk_.MetadataMigrationAuthority(status_path: Path, terminal_receipt_path: Path, terminal_receipt_digest: str, plan_fingerprint: str, source_fingerprint: str, resulting_fingerprint: str, compatible_noop: bool)[source]#

Bases: object

Stable terminal authority for the metadata migration stage.

Methods

__init__

Attributes

Parameters:
  • status_path (Path)

  • terminal_receipt_path (Path)

  • terminal_receipt_digest (str)

  • plan_fingerprint (str)

  • source_fingerprint (str)

  • resulting_fingerprint (str)

  • compatible_noop (bool)

status_path: Path#
terminal_receipt_path: Path#
terminal_receipt_digest: str#
plan_fingerprint: str#
source_fingerprint: str#
resulting_fingerprint: str#
compatible_noop: bool#