1.0.3 Migration (autotransform.scripts.migrations.p1_0_3)

A script to perform a migration of a Manager JSON file from 1.0.0 to 1.0.1.

autotransform.scripts.migrations.p1_0_3.get_arg_parser() ArgumentParser

Gets the argument parser for migrating the Scheduler JSON file.

Returns:

The arg parser with all args set up.

Return type:

ArgumentParser

autotransform.scripts.migrations.p1_0_3.main() None

Migrate Scheduler and Schema map for 1.0.2 -> 1.0.3.

autotransform.scripts.migrations.p1_0_3.update_scheduler_data(scheduler_data: Dict[str, Any], schema_map: SchemaMap) None

Updates Scheduler data and the Schema map for 1.0.2 -> 1.0.3 conversion.

Parameters:
  • scheduler_data (Dict[str, Any]) – The existing Scheduler data.

  • schema_map (SchemaMap) – The existing Schema map.