EricGao888 commented on a change in pull request #713: URL: https://github.com/apache/dolphinscheduler-website/pull/713#discussion_r840492545
########## File path: docs/en-us/dev/user_doc/guide/task/python.md ########## @@ -1,15 +1,55 @@ # Python Node -- Using python nodes, you can directly execute python scripts. For python nodes, workers use `python **` to submit tasks. +## Overview -> Drag from the toolbar  task node to the canvas, as shown in the following figure: +`Python Task` is used to create a python-type task and execute python scripts. When the worker execute `Python Task`, Review comment: Fixed in the latest commit. ########## File path: docs/en-us/dev/user_doc/guide/task/python.md ########## @@ -1,15 +1,55 @@ # Python Node -- Using python nodes, you can directly execute python scripts. For python nodes, workers use `python **` to submit tasks. +## Overview -> Drag from the toolbar  task node to the canvas, as shown in the following figure: +`Python Task` is used to create a python-type task and execute python scripts. When the worker execute `Python Task`, +a temporary python script is generated, and the Linux user with the same name as the tenant executes the script. Review comment: Fixed in the latest commit. -- 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]
