Values_0.EvaluateDataQualityMultiFrameSourceSpecifies your data quality evaluation criteria.
type nonrec t = {name : NodeName.t;The name of the data quality evaluation.
*)inputs : ManyInputs.t;The inputs of your data quality evaluation. The first input in this list is the primary data source.
*)additionalDataSources : DQDLAliases.t option;The aliases of all data sources except primary.
*)ruleset : DQDLString.t;The ruleset for your data quality evaluation.
*)publishingOptions : DQResultsPublishingOptions.t option;Options to configure how your results are published.
*)additionalOptions : DQAdditionalOptions.t option;Options to configure runtime behavior of the transform.
*)stopJobOnFailureOptions : DQStopJobOnFailureOptions.t option;Options to configure how your job will stop if your data quality evaluation fails.
*)}val make :
?additionalDataSources:??? ->
?publishingOptions:??? ->
?additionalOptions:??? ->
?stopJobOnFailureOptions:??? ->
name:NodeName.t ->
inputs:ManyInputs.t ->
ruleset:DQDLString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NodeId.t ] list
| `Map of
([> `Enum of string | `String of NodeName.t ]
* [> `String of EnclosedInStringProperty.t ])
list
| `String of NodeName.t
| `Structure of
(string
* [> `Boolean of BoxedBoolean.t
| `Enum of string
| `String of GenericLimitedString.t ])
list ])
list ]