Run Command (autotransform.scripts.commands.run)

The run command is used to execute a full run of a schema, either locally or by kicking off a remote job.

autotransform.scripts.commands.run.add_args(parser: ArgumentParser) None

Adds the args to a subparser that are required to run a schema.

Parameters:

parser (ArgumentParser) – The parser for the schema run.

autotransform.scripts.commands.run.run_command_main(args: Namespace) None

The main method for the run command, handles the actual execution of a run.

Parameters:

args (Namespace) – The arguments supplied to the run command, such as the schema.