I am trying to see if there’s a way of ‘peeling back the onion’ on audit events around source updates. So, two questions:
-
Does anyone know the specific source modifications that trigger the event “Update Source Passed”? For example, changing the source owner does not trigger it but adding a field to the account schema does
-
What does the GUID in the “details” attribute represent in this event payload? Is there a way I can query it?
{
"org": "chk",
"pod": "prd04-useast1",
"created": "2023-05-09T21:48:06.490Z",
"id": "0f3523024c143bf4eb710955cbc6dadd30b761b37d516b9a5ee1d637d9807356",
"action": "SOURCE_UPDATE",
"type": "SOURCE_MANAGEMENT",
"actor": {
"name": "452570"
},
"target": {
"name": "SAP BW ABAP [source]"
},
"stack": "diana",
"details": "9e9a5fa179bc4497818074c71d784e02",
"attributes": {
"sourceId": "source",
"sourceName": "SAP BW ABAP"
},
"objects": [
"SOURCE"
],
"operation": "UPDATE",
"status": "PASSED",
"technicalName": "SOURCE_UPDATE_PASSED",
"name": "Update Source Passed",
"synced": "2023-05-09T21:48:06.615Z",
"_type": "event",
"_version": "v7"
}