LocalRunner (autotransform.runner.local)
The implementation for the LocalRunner.
- class autotransform.runner.local.LocalRunner
Bases:
RunnerA Runner component that runs a Schema locally on the machine.
- name
The name of the component.
- Type:
ClassVar[RunnerName]
- model_config: ClassVar[ConfigDict] = {}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- name: ClassVar[RunnerName] = 'local'
- run(schema: AutoTransformSchema) None
Triggers a full run of a Schema locally.
- Parameters:
schema (AutoTransformSchema) – The schema that will be run.