tsdat.config.quality_manager_definition

Module Contents

Classes

QualityManagerKeys

Class that provides a handle for keys in the quality management section

QualityManagerDefinition

Wrapper for the quality_management portion of the pipeline config

class tsdat.config.quality_manager_definition.QualityManagerKeys

Class that provides a handle for keys in the quality management section of the pipeline config file.

VARIABLES = variables
EXCLUDE = exclude
CHECKER = checker
HANDLERS = handlers
class tsdat.config.quality_manager_definition.QualityManagerDefinition(name: str, dictionary: Dict)

Wrapper for the quality_management portion of the pipeline config file.

Parameters
  • name (str) – The name of the quality manager in the config file.

  • dictionary (Dict) – The dictionary contents of the quality manager from the config file.