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
Copy file name to clipboardExpand all lines: docs/en/sql-reference/10-sql-commands/00-ddl/04-task/01-ddl-create_task.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ AS
41
41
| session_parameter | Optional. Specifies session parameters to use for the task during task run. |
42
42
| sql | The SQL statement that the task will execute, it could be a single statement or a script This is a mandatory field. |
43
43
44
-
### Usage Notes:
44
+
### Usage Notes
45
45
46
46
- A schedule must be defined for a standalone task or the root task in a DAG of tasks; otherwise, the task only runs if manually executed using EXECUTE TASK.
47
47
- A schedule cannot be specified for child tasks in a DAG.
0 commit comments