Hello,
I have a scheduled query which runs every morning (drop and create table daily with yesterday's data). This table uses for my workflow to send this data to my user by emails.
I would like to notify the users by email if the query doesn't run and there is no data of yesterday to be sent.
How would I achieve this ?