You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| IF NOT EXISTS | Optional. If specified, the task will only be created if a task of the same name does not already exist. |
33
33
| name | The name of the task. This is a mandatory field. |
34
-
| WAREHOUSE |Optional. Specifies the virtual warehouse to use for the task. |
35
-
| SCHEDULE |Optional. Defines the schedule on which the task will run. Can be specified in minutes or using a CRON expression along with a time zone. |
34
+
| WAREHOUSE |Required. Specifies the virtual warehouse to use for the task. |
35
+
| SCHEDULE |Required. Defines the schedule on which the task will run. Can be specified in minutes or using a CRON expression along with a time zone. |
36
36
| SUSPEND_TASK_AFTER_NUM_FAILURES | Optional. The number of consecutive failures after which the task will be automatically suspended. |
37
37
| AFTER | Lists tasks that must be completed before this task starts. |
38
38
| WHEN boolean_expr | A condition that must be true for the task to run. |
0 commit comments