autowisp.database.data_model.pipeline_run module

Class Inheritance Diagram

Inheritance diagram of Column, DataModelBase, Integer, PipelineRun, String, TIMESTAMP

Define the PipelineRun table.

class autowisp.database.data_model.pipeline_run.PipelineRun(**kwargs)[source]

Bases: DataModelBase

Inheritance diagram of autowisp.database.data_model.pipeline_run.PipelineRun

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