Events when custom metadata is removed from asset
TL;DR
Reference for custom metadata removal event triggers in the Atlan Python SDK (pyatlan). Understand BUSINESS_ATTRIBUTE_UPDATE events for event-driven integrations.
When custom metadata is removed from an asset in Atlan, the following event is emitted.
BUSINESS_ATTRIBUTE_UPDATE
Atlan always emits a BUSINESS_ATTRIBUTE_UPDATE event when custom metadata is removed from an asset.
The detail.message.mutatedDetails object contains the details of the removed attributes. Any attributes with a value of null were removed.