def __init__()

in dataquality/sla.py [0:0]


    def __init__(
        self,
        sla_set,
        metric: Metric,
        short_description: str,
        details: str,
        threshold: int,
        comparison_operator: str,
        treat_missing_data: str = "NOT_BREACHING",
        severity: str = "default",
        datapoints_to_alarm: int = 1,
        evaluation_periods: int = 1,
        sns_enabled: bool = False