autowisp.database.data_model.steps_and_parameters module
Class Inheritance Diagram

Define the step type table for the pipeline
- class autowisp.database.data_model.steps_and_parameters.Parameter(**kwargs)[source]
Bases:
DataModelBase
Table describing the configuration parameters needed by the pipeline.
- description
Description of what the step does.
- id
A unique identifier for each row.
- name
The name of the step within the pipeline.
- timestamp
When record was last changed
- class autowisp.database.data_model.steps_and_parameters.Step(**kwargs)[source]
Bases:
DataModelBase
The table describing the processing steps constituting the pipeline
- description
Description of what the step does.
- id
A unique identifier for each row.
- name
The name of the step within the pipeline.
- prerequisites: Mapped[List[StepDependencies]]
- timestamp
When record was last changed