autowisp.database.data_model.condition_expression module

Class Inheritance Diagram

Inheritance diagram of Column, ConditionExpression, DataModelBase, String

Define the ConditionExpression table for the pipeline

class autowisp.database.data_model.condition_expression.ConditionExpression(**kwargs)[source]

Bases: DataModelBase

Inheritance diagram of autowisp.database.data_model.condition_expression.ConditionExpression

The table describing the Condition Expressions

expression

The expression to evaluate to determine if an image meets the condition.

id

A unique identifier for each row.

notes

Any user supplied notes describing the condition expression.

timestamp

When record was last changed