MigrationStatus#

class MigrationStatus(*args, **kwargs)#

Bases: object

An enum that represents the migration status

Allowed enum values:

  • _UNKNOWN

  • _REDACTED

  • DEFAULT: SubPlan has not started.

  • QUEUED: SubPlan is queued for running.

  • RUNNING: SubPlan is in running state.

  • SUCCEEDED: SubPlan has succeeded.

  • CANCELLED: SubPlan is canceled.

  • PAUSED: SubPlan is paused.

  • FAILED: SubPlan has failed.

  • COMPLETED_WITH_ERRORS: SubPlan has completed with errors.

  • COMPLETED: SubPlan is completed.

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model