This is an automated email from the ASF dual-hosted git repository. zhongjiajie pushed a commit to branch 4.0.4-prepare in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-sdk-python.git
commit d301e22b6f69033648f0b5d5ebcd1d7b970d83ef Author: Jay Chung <[email protected]> AuthorDate: Thu Aug 24 10:13:03 2023 +0800 doc: correct desc in README.md (#105) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62c10d1..45fd5e9 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ python ./tutorial.py ``` > NOTICE: Since Apache DolphinScheduler's tenant is requests while running > command, you have to change -> tenant value in tutorial.py`. The default value is `tenant_exists`, change it to username exists your host. +> tenant value in file tutorial.py. The default value is `tenant_exists`, change it to username exists your host. After that, a new workflow will be created by PyDolphinScheduler, and you can see it in DolphinScheduler web UI's Project Management page. It will trigger the workflow automatically, so you can see the workflow running
