I am trying to configure a cloud function to begin upon completion of a Data Profile Scan. However, the only EventsArc event that is applicable is google.cloud.dataplex.dataScan.v1.updated. Gemini AI and Chat GPT both think this should trigger an event upon the changing of the state of a dataScan, i.e from 'RUNNING' to 'READY'. However, in practice I have found this not to be the case. I can activate the Trigger by changing the configuration of the scan, but running it and thus changing the state does nothing.
Has anyone else had any success doing this? Or are there any better approaches to this problem?