rlt_migration.status_file module#

rlt_migration.status_file.add_status(status_file: Path, dataset_identifier: str, status: str, message: str) None#

Add dataset status to file

Paramètres:
  • status_file (Path) – Status file

  • dataset_identifier (str) – dataset identifier

  • status (str) – status string

  • message (str) – Message for invalid migration

rlt_migration.status_file.create_status_file(work_dir: Path) Path#

Create a status file in work dir

Paramètres:

work_dir (Path) – work dir

Renvoie:

path to created status file

Type renvoyé:

Path