zhongjiajie commented on code in PR #11611:
URL: https://github.com/apache/dolphinscheduler/pull/11611#discussion_r956551408
##########
dolphinscheduler-python/pydolphinscheduler/docs/source/tutorial.rst:
##########
@@ -219,5 +219,155 @@ named "tutorial" or "tutorial_decorator". The task graph
of workflow like below:
:language: text
:lines: 24-28
+Create Process Using YAML File
+------------------------------
+
+We can use pydolphinscheduler CLI to create process using YAML file
+
+.. code-block:: bash
+
Review Comment:
I think we should only add a tutorial exampel instead of all yaml in this
file. you can see more detail in
```rst
.. tab:: Tradition
.. tab:: Task Decorator
```
in this file. Maybe you can add new `tab` named `Yaml File` or others.
And then for the detail for the detail of task type like `shell`, `SQL` I
prefer to add they in seperate directory, Or maybe we can add them to exists
tasks dirrectory, like yaml shell into
https://dolphinscheduler.apache.org/python/dev/tasks/shell.html WDYT
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]