Request payload for triggering a data quality computation. The connectionId is optional for file-based datasets. If none of the sampling parameters are provided, the following defaults apply:
connectionId
executionMode: PULLUP
sampleMode: ABSOLUTE
sampleSize: 1000
Optional
The ID of the connection
{ * connectionId: "2b855c3d-426c-4aac-90cf-0edf9fc294d3", * datasetId: "669144f5aa2d642638ef1dd0" * } Copy
{ * connectionId: "2b855c3d-426c-4aac-90cf-0edf9fc294d3", * datasetId: "669144f5aa2d642638ef1dd0" * }
Request payload for triggering a data quality computation. The
connectionIdis optional for file-based datasets. If none of the sampling parameters are provided, the following defaults apply:executionMode: PULLUPsampleMode: ABSOLUTEsampleSize: 1000