Analytical Tool Transaction Python Module

TransactionKeyValue links Transactions and Keys and Values objects.

class pacifica.metadata.orm.atool_transaction.AToolTransaction(*args, **kwargs)

TransactionKeyValue attributes are foreign keys.

Attributes:
Name Description
transaction Link to the Transactions model
analytical_tool Link to the AnalyticalTools model
DoesNotExist

alias of AToolTransactionDoesNotExist

static elastic_mapping_builder(obj)

Build the elasticsearch mapping bits.

from_hash(obj)

Convert the hash into the object.

to_hash(**flags)

Convert the object to a hash.

classmethod where_clause(kwargs)

Where clause for the various elements.