Module Values_0.DQStopJobOnFailureOptionsSource

Options to configure how your job will stop if your data quality evaluation fails.

Sourcetype nonrec t = {
  1. stopJobOnFailureTiming : DQStopJobOnFailureTiming.t option;
    (*

    When to stop job if your data quality evaluation fails. Options are Immediate or AfterDataLoad.

    *)
}
Sourceval make : ?stopJobOnFailureTiming:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t