Data Profiling
- Data Profiling H2L
- All Products
Property
| Value
|
---|---|
URL
| Enter a URL to fetch the right profile. Use the following format: https://usw3-dqprofile.dm-us.informaticacloud.com/profiling-service/api/v1/profile
|
IDS-SESSION-ID
| REST API session ID for the current session. Use in most REST API request headers. For example, klCIHW6BvWmeFFwlQg7q84
|
{ "connectionId": "4sTCN6J0Ea3b3wge6etcm4", "description": "Creating profile using Automation.", "drillDownType": "ON", "name": "CreateProfileWithProfilingService_667523", "profileableFields": [ { "fieldName": "VARCHAR2_COL","isDeleted": false,"sourceName": "CP_ALL_SUPPORTED_DATATYPE","fieldType": "DATASOURCEFIELD"} ], "samplingOptions": { "samplingType": "ALL_ROWS"} , "runtimeOptions": { "profileAdvProps": { "enableClaireAnomalyDetection": true} , "defaultEmailNotification": true }, "source": { "dataSourceType": "UNSET", "fields": [ { "dataType": "varchar","isDeleted": false,"name": "VARCHAR2_COL","order": 0, "precision": 20,"scale": 0,"pcType": "STRING" } ], "name": "CP_ALL_SUPPORTED_DATATYPE", "sourceType": "DATASOURCE" }, "frsProjectId": "0xOo7gZMYfxbEhZbV92y4q" }
"runtimeOptions": { "profileAdvProps": { "enableClaireAnomalyDetection": true }, "defaultEmailNotification": true}
Property
| Value
|
---|---|
URL
| Enter a URL to fetch insights for a profile. Use the following format: https://<ProfileBaseURI>/metric-store/api/v1/odata/Profiles('ProfileId)/Insights
|
IDS-SESSION-ID
| REST API session ID for the current session. Use in most REST API request headers. For example, klCIHW6BvWmeFFwlQg7q84
|
{ "@odata.context": "$metadata#Insights", "value": [ { "columnKey": 10001, "confirmationStatus": "Approved", "appliedColumn": "VARCHAR2_COL", "insightId": "1000", "insightType": "Completeness Check", "profileKey": 6085, "insightScore": "High", "insightStatement": "Data appears incomplete. The column includes one or more null, blank, or empty values or values that contain only zeros." } , { "columnKey": 10001, "confirmationStatus": null, "appliedColumn": "VARCHAR2_COL", "insightId": "1001", "insightType": "Column Length Deviation", "profileKey": 6085, "insightScore": "High", "insightStatement": "The length of the data values in the column has a high standard deviation." } , { "columnKey": 10001, "confirmationStatus": null, "appliedColumn": "VARCHAR2_COL", "insightId": "1015", "insightType": "Column Token Deviation", "profileKey": 6085, "insightScore": "Medium", "insightStatement": "The number of tokens in the column has a high standard deviation." } ] }
Property
| Value
|
---|---|
URL
| Enter a URL to fetch insights for a profile. Use the following format: https://dqprofile-qa-pod1.mrel.infaqa.com/metric-store/api/v1/Profiles('157166de-dcd5-4839-bca9-967049dc3a29')/Insights
|
IDS-SESSION-ID
| REST API session ID for the current session. Use in most REST API request headers. For example, klCIHW6BvWmeFFwlQg7q84
|
{ "curatedInsights": [ { "confirmationStatus": "Approved", "insightId": 1001, "columnKey": 10001 } ] }
[ { "10001": { "profileId": "157166de-dcd5-4839-bca9-967049dc3a29", "columnId": "10001", "message": "Success", "status": "200 OK", "insightId": "1001" } } ]