This is an automated email from the ASF dual-hosted git repository.
kirs pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git.
from abde2d7 update task_definition_log field typ (#6967)
add 41e8836 [python] Add task sql (#6968)
No new revisions were added by this update.
Summary of changes:
.../src/pydolphinscheduler/constants.py | 1 +
.../src/pydolphinscheduler/tasks/sql.py | 128 ++++++++++++++++++++
.../pydolphinscheduler/tests/tasks/test_sql.py | 131 +++++++++++++++++++++
.../server/PythonGatewayServer.java | 31 +++++
4 files changed, 291 insertions(+)
create mode 100644
dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/tasks/sql.py
create mode 100644
dolphinscheduler-python/pydolphinscheduler/tests/tasks/test_sql.py