Spencer Nelson
03/29/2023, 11:22 PMcontext.instance.get_latest_materialization_event(…)
for each of the three assets to check for new materializations. A “new” materialization is one since the last run timestamp. If there are any new ones, go to “LAUNCHING” state, recording the latest materialization event’s time.
In “LAUNCHING” state, check to see if at least 1 hour has elapsed since the triggering event. If so, launch the job, and go to WAITING state; else, stay in LAUNCHING.Zach
03/30/2023, 12:37 AMSpencer Nelson
03/30/2023, 1:04 AM