autowisp.database.data_model.pipeline_run module
Class Inheritance Diagram

Define the PipelineRun table.
- class autowisp.database.data_model.pipeline_run.PipelineRun(**kwargs)[source]
Bases:
DataModelBase
The table tracking runs of the pipeline.
- code_version
dirty’ suffix when the working tree had uncommitted changes).
- Type:
Identifier of the code version used for the run, as returned by get_code_version_str() (a git hash, with a ‘
- finished
The end time of the pipeline run.
- host
Hostname or other identifier of the computer where processing is/was done
- id
A unique identifier for each row.
- process_id
Identifier of the process performing this calibration step
- started
The start time of the pipeline run.
- timestamp
When record was last changed