You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2022/11/15 08:40:12 UTC

[dolphinscheduler-sdk-python] branch main updated (0b7c0be -> 9171490)

This is an automated email from the ASF dual-hosted git repository.

zhongjiajie pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-sdk-python.git


    from 0b7c0be  [feat] Add token as authentication for python gateway (#13)
     add 9171490  [impv] Only create one connect for single workflow submit (#16)

No new revisions were added by this update.

Summary of changes:
 src/pydolphinscheduler/core/database.py           |   4 +-
 src/pydolphinscheduler/core/engine.py             |   4 +-
 src/pydolphinscheduler/core/process_definition.py |   6 +-
 src/pydolphinscheduler/core/resource.py           |   6 +-
 src/pydolphinscheduler/core/task.py               |   6 +-
 src/pydolphinscheduler/java_gateway.py            | 108 +++++++++++-----------
 src/pydolphinscheduler/models/project.py          |  10 +-
 src/pydolphinscheduler/models/tenant.py           |  10 +-
 src/pydolphinscheduler/models/user.py             |  10 +-
 src/pydolphinscheduler/tasks/dependent.py         |   4 +-
 src/pydolphinscheduler/tasks/sub_process.py       |   4 +-
 11 files changed, 85 insertions(+), 87 deletions(-)