Hi Jonas,
If you look at the Swagger page for the API in the integration option from the left hand menu, so can easily see how to post a payload to Govern to display your data. The best thing is that you can use Swagger to test it without having to build anything in Analyze just yet
<Instance>.data3sixty.com/swagger/ui/index#!/DataProfiles/DataProfiles_PostDataProfiles
You can use the below payload in Swagger to have a quick test - you just need to swap the UID for the asset you want to test with
[
{
"ExecutionItemUid": "00000000-0000-0000-0000-000000000000",
"assetUid": "XXXXXXXXXXXXXXXXXXX",
"profileSetDate": "2021-07-27T08:36:42.212Z",
"sampleCount": 100,
"blankCount": 0,
"nullCount": 10,
"min": "string",
"max": "string",
"mean": 0,
"minLength": 3,
"maxLength": 27,
"standardDeviation": 0,
"multiline": true,
"regExp": "string",
"confidence": 1,
"type": "string",
"typeQualifier": "string",
"logicalType": true,
"leadingWhiteSpace": true,
"leadingZeroCount": 0,
"trailingWhiteSpace": true,
"matchCount": 0,
"outlierCardinality": 0,
"outlierDetail": [
{
"key": "string",
"count": 0
}
],
"possibleKey": true,
"dataSignature": "string",
"structureSignature": "string",
"bottomK": [
"string"
],
"topK": [
"string"
],
"cardinality": 0,
"cardinalityDetail": [
{
"key": "string",
"count": 0
}
],
"shapesCardinality": 0,
"shapesDetail": [
{
"key": "string",
"count": 0
}
],
"totalCount": 1000,
"outlierCount": 0,
"keyConfidence": 0,
"detectionLocale": "string",
"ftaVersion": "string",
"decimalSeparator": ""
}
]
You can then build the above payload using analyse from whichever tool you are using to do the profiling and then push it in via analyse or any other tool
Any questions, let me know
Thanks
John