I've been using the Table Update Trigger for some SQL alert workflows. I have a job that uses 3 tables with an "All tables updated" trigger:
Table 1 was updated at 07:20 UTC
Table 2 was updated at 16:48 UTC
Table 3 was updated at 16:50 UTC
-> Job is triggered. Updates happened over a ~10 hour time window.
Is there any sense of how long the window is for all tables in the trigger to have an update?