zhuangchong
a3a9cb9d46
[maven-release-plugin] prepare for next development iteration
2 years ago
zhuangchong
f1aefae5e2
[maven-release-plugin] prepare release 3.1.2
2 years ago
Kerwin
116eff6663
[3.1.2-prepare][version] Modify the version to 3.1.2 ( #13121 )
2 years ago
Lyle Shaw
1bfd8f5327
[Feature] Add CURD to the project/tenant/user section of the python-DS ( #11162 )
...
- Add CURD in project
- Add CURD in tenant
- Add CURD in user
- Add test in user
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
(cherry picked from commit cc492c3e13
)
2 years ago
Chris
682829e4ea
[improve][python] Validate version of Python API at launch ( #11626 )
...
(cherry picked from commit 7ed52c3ecb
)
2 years ago
zhuangchong
48ad9ff412
[maven-release-plugin] prepare for next development iteration
2 years ago
zhuangchong
efc0367999
[maven-release-plugin] prepare release 3.1.1
2 years ago
zhuangchong
145c5ac8cb
[maven-release-plugin] prepare for next development iteration
2 years ago
zhuangchong
525a6846ac
[maven-release-plugin] prepare release 3.1.1
2 years ago
Kerwin
0fcbc5e401
[3.1.1][release] Update version to 3.1.1 before release ( #12755 )
2 years ago
caishunfeng
7e39396a76
[maven-release-plugin] prepare for next development iteration
2 years ago
caishunfeng
ae33ba5947
[maven-release-plugin] prepare release 3.1.0
2 years ago
caishunfeng
f982e1d2a2
[3.1.0-prepare] Update version to 310 ( #12146 )
...
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
2 years ago
Jiajie Zhong
b0b29ed8e1
[fix][python] Task switch branch not show in webui ( #12120 )
...
when create task switch in python api, switch branch not show correctly,
due to we add some unnecessary attribute to switch task, this patch we
add `_task_ignore_attr` in class `Task` to ignore those unnecessary
attribute from `_task_default_attr`
(cherry picked from commit a86f4e2693
)
2 years ago
Eric Gao
0d16d7b323
[Cherry-Pick][3.1.0-Prepare] Cherry pick docs format fix for 3.1.0 ( #12095 )
...
* Cherry pick docs format fix for 3.1.0
* Fix doc dead link
* Fix sphinx dead link
2 years ago
JieguangZhou
a2b3659fe9
[improve] Optimize MLFlow task plugin for easy of use ( #12071 )
...
optimize code
(cherry picked from commit cf522e2f
)
2 years ago
JieguangZhou
dde6f63c31
[Feature][PyDolphinScheduler] Support DVC task in pyds #11922 ( #11941 )
...
* add dvc task in pyds
* add BaseDVC class
(cherry picked from commit bbc228e93f
)
2 years ago
JieguangZhou
cb063732d7
[feat][python] Support MLflow task in python api ( #11962 )
...
(cherry picked from commit ad683c3c42
)
2 years ago
JieguangZhou
f66dedc9da
[feat][python] Support OpenMLDB task in python api ( #11944 )
...
Using the whole word zookeeper instead of short cut zk
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
(cherry picked from commit e50a32d9cc
)
2 years ago
JieguangZhou
1ac2e4a8f3
[feat][python] Add sagemaker yaml example ( #11925 )
...
(cherry picked from commit e05f14ba23
)
2 years ago
JieguangZhou
6f3b4c1624
[feat][python] Support Pytorch task in python api ( #11975 )
...
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
(cherry picked from commit 5202e5cfc6
)
2 years ago
JieguangZhou
e462918ac9
[Feat][python] Add parameter environment to task ( #11763 ) ( #11989 )
...
(cherry picked from commit 8988492c43
)
2 years ago
JieguangZhou
5e42f52bdf
[3.1.0-prepare][cherry-pick][DSIP-11][python] create workflows from YAML configuration ( #11988 )
...
* [DSIP-11][python] create workflows from YAML configuration (#11611 )
(cherry picked from commit 38ee91fb1e
)
* fix pydolphin yaml doc link (#11817 )
(cherry picked from commit c41fa5a8b1
)
2 years ago
Jiajie Zhong
4dca488cd5
[python] Auto location when create process definition ( #11681 )
...
* Add auto format when submit process definition from python api
* add UPDATING.md
close : #8254
2 years ago
JieguangZhou
635fde1981
[bug][python] Fix task switch error when default branch not defined last ( #11606 )
...
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
2 years ago
陈家名
564a815d21
[fix][python] Sql pattern add truncate. ( #11666 )
2 years ago
Kerwin
c59a8503f4
update PyDolphinScheduler documentation link. ( #11474 )
2 years ago
Jiajie Zhong
4d427ee215
[python] Add support interpreter version 310 and 311-dev ( #11170 )
...
* Change version of package
* Fix tox error
* Change dev status to beta
* py4j not work on py{10,11} OS Windows
2 years ago
Jiajie Zhong
26afd655cb
[python] Add multiple version of document ( #11391 )
...
* Using sphinx-multiversion to support multiple version
of python api document
* change python api sidebar link
* fix whitelist_externals deprecated and add git
close : #8227
2 years ago
陈家名
26a21566bf
[python] Add local dev mod runing python integate tests ( #11362 )
2 years ago
xiangzihao
983f9b41bf
[Doc] Add tools/libs to the init database steps ( #11345 )
2 years ago
陈家名
3061bbc5c4
[Python] Combine gateway.entry_point call in python api side ( #11330 )
2 years ago
陈家名
aef2fbf36c
[Python] Migrate exists method call in PythonGateway to corresponding service ( #11188 )
...
Migrate all exists method call in PythonGateway to corresponding service
2 years ago
Jiajie Zhong
9e692f919a
[python] Add directly install without clone source code ( #11179 )
...
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2 years ago
Jiajie Zhong
7a766cbcf2
[python] Refactor structure to avoid cycle import ( #11167 )
...
Currently, our core and side module dependent on each others. and will cause
cycle import in our codebase, especially in issue #10905 , we try to refactor
to solve this problem.
This patch do the following change:
* Rename module `side` to `models`
* Move `core/base` and `core/sidebase` to dir `modules`
* Move `configuration` and `default_config.yaml` to the root of pydolphinscheduler
2 years ago
JieguangZhou
764a24384f
[python] add import SageMaker task ( #11121 )
2 years ago
JieguangZhou
952aee80e7
[fix] py sagemaker doc ( #11109 )
2 years ago
JieguangZhou
cc088e0f54
[python] Support SageMaker task type ( #11002 )
2 years ago
Jiajie Zhong
81930e5420
[python] Fix tasks with multiple upstream and workflow query error ( #10941 )
...
* when task with more than one upstreams, mapper
TaskDefinitionMapper method queryByName will return
more than one record, and failed the mybatis result
type, so we have to add `limit 1` to it to
* add multiple runs of example in integrate test
* Change from subprocess.Popen to subprocess.call_check
in integrating test which will raise an error when failed
2 years ago
陈家名
59cd86157f
[Python] Supports creating or editing resources. ( #10823 )
2 years ago
Jiajie Zhong
113a67122f
[python] fix doc build error ( #10810 )
2 years ago
Jiajie Zhong
b4eee7edb6
[python] Correct some docs for python api ( #10772 )
...
* Remove add leading `$` from command
* Add copy button from code block
* Using `python -m pip` to install package avoid error
2 years ago
陈家名
7970573365
[python] Support using full-name definitions for resources ( #10551 )
2 years ago
陈家名
f512e3c31f
[fix][python] Correct variable type of SQL type ( #10464 )
2 years ago
陈家名
b86dc53ad1
[fix][Python] Support same task name in project defferent process definition ( #10428 )
...
close : #10431
2 years ago
Jiajie Zhong
56e0ea802d
[python] Fix process definition attr release state not work ( #10151 )
...
This patch fix the error release state not work when it set to
offline and submit it to Java gateway, it error because we do
not pass the attribute to Java gateway function
`createOrUpdateProcessDefinition`
close : #9779
3 years ago
Jiajie Zhong
bf4b8ff0d9
[python] Change distribute name avoid confusion with main pkg ( #10134 )
...
rename them and add `python` suffix in the end
close : #9121
3 years ago
陈家名
a2cd2a99e6
[python] Fix pre_submit_check error when local params in tasks ( #10032 )
3 years ago
陈家名
828034f8b9
[improve][python] Specify warning group when deploy process-definition ( #9773 )
3 years ago
陈家名
8a8b63cd96
[Improve][python] Support create table syntax and custom sql type param ( #9673 )
3 years ago