File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -161,10 +161,11 @@ Migration Outcome Semantics
161161The ``status `` field reflects the precise outcome of each run. The possible values are:
162162
163163- ``running ``: the migration is actively executing.
164- - ``completed ``: all records were migrated successfully.
164+ - ``completed ``: all records were migrated successfully. The ``metadata `` field contains the
165+ details about the successful migrations.
165166- ``partial_success ``: the migration process ran to completion, but one or more individual
166167 records failed and were skipped. The ``metadata `` field contains details about the
167- failures.
168+ failures and successfully migrated records .
168169- ``failed ``: a critical error prevented the migration from completing (e.g., an unhandled
169170 exception or infrastructure problem). The ``metadata `` field contains the exception details.
170171- ``skipped ``: the migration was not attempted because another run for the same scope was
You can’t perform that action at this time.
0 commit comments