Transaction, Submitter, Analytical Tool, Project Python Module¶
TransSAP model.
-
class
pacifica.metadata.orm.transsap.TransSAP(*args, **kwargs)[source]¶ TransSAP model class.
- Attributes:
Name Description submitter User who submitted the transaction analytical_tool Analytical tool the transaction came from project Project the transaction is for suspense_date date the transaction is available
-
DoesNotExist¶ alias of
TransSAPDoesNotExist
-
_meta= <peewee.Metadata object>¶
-
_schema= <peewee.SchemaManager object>¶
-
analytical_tool= <ForeignKeyField: TransSAP.analytical_tool>¶
-
analytical_tool_id= <ForeignKeyField: TransSAP.analytical_tool>¶
-
created= <ExtendDateTimeField: TransSAP.created>¶
-
deleted= <ExtendDateTimeField: TransSAP.deleted>¶
-
id= <ForeignKeyField: TransSAP.id>¶
-
id_id= <ForeignKeyField: TransSAP.id>¶
-
project= <ForeignKeyField: TransSAP.project>¶
-
project_id= <ForeignKeyField: TransSAP.project>¶
-
submitter= <ForeignKeyField: TransSAP.submitter>¶
-
submitter_id= <ForeignKeyField: TransSAP.submitter>¶
-
updated= <ExtendDateTimeField: TransSAP.updated>¶