snowflake.core.task.Cron¶
- class snowflake.core.task.Cron(expr: str, timezone: str)¶
Bases:
NamedTupleSpecifies a cron expression and time zone for periodically running the task.
Supports a subset of standard cron utility syntax.
Examples
Create new instance of Cron(expr, timezone)