MigrationReport

The outcome of one migrate-corpus pass.

Usage

Source

MigrationReport(
    migrated,
    skipped,
)

Parameter Attributes

migrated: int
skipped: int

Attributes

migrated: int

How many rows were converted to the new context schema.

skipped: int
How many rows already carried it.