Skip to content

Commit 66dbb94

Browse files
authored
Update 01-ddl-create_task.md
1 parent a2af446 commit 66dbb94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/sql-reference/10-sql-commands/00-ddl/04-task/01-ddl-create_task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ AS
4141
| session_parameter | Optional. Specifies session parameters to use for the task during task run. |
4242
| sql | The SQL statement that the task will execute, it could be a single statement or a script This is a mandatory field. |
4343

44-
### Usage Notes:
44+
### Usage Notes
4545

4646
- 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.
4747
- A schedule cannot be specified for child tasks in a DAG.

0 commit comments

Comments
 (0)