Events when asset is updated
When an asset is updated in Atlan, the following events can be emitted.
ENTITY_UPDATE
Atlan always emits an ENTITY_UPDATE event when an asset is updated.1 The details in the event are for the asset that was updated.
When a relationship is defined as part of an asset update, Atlan will also emit an ENTITY_UPDATE event for that related asset. The details in this event cover the related asset.
More details
Parent-child relationships
Unlike with asset creation, typically the parent-child relationship already exists when an asset is updated and thus doesn't need to be redefined. So it's rare that you would see Atlan emitting ENTITY_UPDATE events for parent-child relationships during an asset update.
Peer-to-peer relationships
For example, specifying a term to link to a column when updating the column.
- An
ENTITY_UPDATEevent will be emitted for the term that's specified.
Note: this means a single asset creation (single ENTITY_CREATE event) could emit any number of ENTITY_UPDATE events.