Job Scheduling
Job Scheduling
Sujith Nair
Cloud Data Architect Learn2Cloud Data Solutions
Snowflake Snowpro Certified
# Can we send emails from snowflake ?
CALL SYSTEM$SEND_EMAIL(
'my_email_int',
'[email protected]',
'Email Alert: Task A has finished.',
'Task A has successfully finished.\nStart Time: 10:10:32\nEnd Time:
12:15:45\nTotal Records Processed: 115678');
# In your project do you use snowflake to send emails ?
Some of our jobs are orchestrated by air-flow and we send job success
and failure emails from it, We also use Notification Integration &
SEND_EMAIL in those cases where we have used tasks to schedule jobs.
# Why do you use air-flow instead of using tasks to schedule
your jobs in snowflake?
Eg :
• MySQL generating files and they need to be consumed by snowflake.
• Archival of files when processed and consumed by snowflake.
Thank you!
Learn2CloudData Solutions