Snowflake with Python: Determine Next Event from CRON with a Python UDF
Dec 20, 2022 Chris Hastie | interworks.com
Snowflake itself is really strong at reporting task schedules and history. If you ever use the TASK_HISTORY table function, you can even view the NEXT_SCHEDULED_TIME for each scheduled task. However, it is common to be in a situation where you are...
Data,CRON,python,Snowflake,UDF