Events when asset is deleted
TL;DR
Reference for asset deletion event triggers in the Atlan Python SDK (pyatlan). Understand ENTITY_DELETE events for event-driven integrations.
When an asset is deleted in Atlan, the following event is emitted.
ENTITY_DELETE
Atlan always emits an ENTITY_DELETE event when an asset is deleted. The details in the event are for the asset that was deleted.
No entity update or relationship deletion events
Note that there are no ENTITY_UPDATE events for any related assets, nor any events about any relationships being deleted.
In the case of a soft-delete, the relationship actually still exists (just in a soft-deleted state).