Execute Data Profile Job on Dataset
JSON Field Definitions
Field | Value | Description | Example / Notes | Possible value |
samplingOptions | String | Specifies whether to profile all data or a sample subset. Use "SAMPLE" for large datasets to improve performance, "ALL" for complete accuracy. |
|
|
fieldsGroup | String | Determines which fields to include in profiling. "ALL" profiles every column, "CUSTOM" allows selective field specification via the fields array. |
|
|
fields | Array of Object | List of specific fields to profile. Required when fieldsGroup is "CUSTOM". Optional when fieldsGroup is "ALL". |
| Array of field objects |
fields[].fieldId | String | Unique identifier of the column/field to profile. Must match an existing column ID from the dataset's transformation steps. |
| Valid column ID string |
fields[].displayName | string | Display name of the field. Used for identification in profiling results and UI display |
| Any valid column name |