This is an automated email from the ASF dual-hosted git repository. zhongjiajie pushed a commit to branch commercial in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-sdk-python.git
commit f05392f6c0c0921585dcf52776b20524eb9afd7f Author: Jay Chung <[email protected]> AuthorDate: Tue Sep 19 10:46:40 2023 +0800 chore: Use admin as default user --- src/pydolphinscheduler/default_config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pydolphinscheduler/default_config.yaml b/src/pydolphinscheduler/default_config.yaml index 854406e..e75cec3 100644 --- a/src/pydolphinscheduler/default_config.yaml +++ b/src/pydolphinscheduler/default_config.yaml @@ -39,8 +39,8 @@ java_gateway: default: # Default value for dolphinscheduler's user object user: - name: userPythonGateway - password: userPythonGateway + name: admin + password: dolphinscheduler123 email: [email protected] tenant: whalescheduler phone: 11111111111 @@ -48,7 +48,7 @@ default: # Default value for dolphinscheduler's workflow object workflow: project: pydolphinscheduler - user: userPythonGateway + user: admin queue: queuePythonGateway worker_group: default # Release state of workflow, default value is ``online`` which mean setting workflow online when it submits
