You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/08/27 07:36:54 UTC

[GitHub] [dolphinscheduler] zhongjiajie commented on a diff in pull request #11611: [DSIP-11][Feature][python] Use the pydolphinscheduler to dynamically generate workflows from the configuration file

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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org