Jay Chung
a645cb1c2a
cherry-pick [chore] Separate Python API into another repository
...
#12779
2023-01-03 18:18:25 +08:00
zhuangchong
a3a9cb9d46
[maven-release-plugin] prepare for next development iteration
2022-12-07 17:23:58 +08:00
zhuangchong
f1aefae5e2
[maven-release-plugin] prepare release 3.1.2
2022-12-07 17:23:57 +08:00
Kerwin
116eff6663
[3.1.2-prepare][version] Modify the version to 3.1.2 ( #13121 )
2022-12-07 17:09:48 +08:00
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
)
2022-11-28 21:06:13 +08:00
Chris
682829e4ea
[improve][python] Validate version of Python API at launch ( #11626 )
...
(cherry picked from commit 7ed52c3ecb
)
2022-11-28 18:46:41 +08:00
zhuangchong
48ad9ff412
[maven-release-plugin] prepare for next development iteration
2022-11-08 11:18:29 +08:00
zhuangchong
efc0367999
[maven-release-plugin] prepare release 3.1.1
2022-11-08 11:18:28 +08:00
zhuangchong
145c5ac8cb
[maven-release-plugin] prepare for next development iteration
2022-11-07 20:43:01 +08:00
zhuangchong
525a6846ac
[maven-release-plugin] prepare release 3.1.1
2022-11-07 20:43:00 +08:00
Kerwin
0fcbc5e401
[3.1.1][release] Update version to 3.1.1 before release ( #12755 )
2022-11-07 19:32:39 +08:00
caishunfeng
7e39396a76
[maven-release-plugin] prepare for next development iteration
2022-09-26 21:50:03 +08:00
caishunfeng
ae33ba5947
[maven-release-plugin] prepare release 3.1.0
2022-09-26 21:49:27 +08:00
caishunfeng
f982e1d2a2
[3.1.0-prepare] Update version to 310 ( #12146 )
...
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
2022-09-26 18:26:30 +08:00
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
)
2022-09-23 19:46:38 +08:00
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
2022-09-22 14:11:43 +08:00
JieguangZhou
a2b3659fe9
[improve] Optimize MLFlow task plugin for easy of use ( #12071 )
...
optimize code
(cherry picked from commit cf522e2f
)
2022-09-21 13:50:48 +08:00
JieguangZhou
dde6f63c31
[Feature][PyDolphinScheduler] Support DVC task in pyds #11922 ( #11941 )
...
* add dvc task in pyds
* add BaseDVC class
(cherry picked from commit bbc228e93f
)
2022-09-18 16:49:34 +08:00
JieguangZhou
cb063732d7
[feat][python] Support MLflow task in python api ( #11962 )
...
(cherry picked from commit ad683c3c42
)
2022-09-18 16:46:45 +08:00
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
)
2022-09-18 16:43:36 +08:00
JieguangZhou
1ac2e4a8f3
[feat][python] Add sagemaker yaml example ( #11925 )
...
(cherry picked from commit e05f14ba23
)
2022-09-18 16:43:24 +08:00
JieguangZhou
6f3b4c1624
[feat][python] Support Pytorch task in python api ( #11975 )
...
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
(cherry picked from commit 5202e5cfc6
)
2022-09-18 16:43:08 +08:00
JieguangZhou
e462918ac9
[Feat][python] Add parameter environment to task ( #11763 ) ( #11989 )
...
(cherry picked from commit 8988492c43
)
2022-09-17 10:24:07 +08:00
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
)
2022-09-17 08:56:37 +08:00
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
2022-08-27 23:38:46 +08:00
JieguangZhou
635fde1981
[bug][python] Fix task switch error when default branch not defined last ( #11606 )
...
Co-authored-by: Jiajie Zhong <zhongjiajie955@gmail.com>
2022-08-27 18:48:09 +08:00
陈家名
564a815d21
[fix][python] Sql pattern add truncate. ( #11666 )
2022-08-27 12:17:06 +08:00
Kerwin
c59a8503f4
update PyDolphinScheduler documentation link. ( #11474 )
2022-08-15 13:33:51 +08:00
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
2022-08-11 23:39:44 +08:00
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
2022-08-11 12:02:29 +08:00
陈家名
26a21566bf
[python] Add local dev mod runing python integate tests ( #11362 )
2022-08-10 15:04:56 +08:00
xiangzihao
983f9b41bf
[Doc] Add tools/libs to the init database steps ( #11345 )
2022-08-08 21:53:23 +08:00
陈家名
3061bbc5c4
[Python] Combine gateway.entry_point call in python api side ( #11330 )
2022-08-08 16:25:27 +08:00
陈家名
aef2fbf36c
[Python] Migrate exists method call in PythonGateway to corresponding service ( #11188 )
...
Migrate all exists method call in PythonGateway to corresponding service
2022-08-04 12:50:21 +08:00
Jiajie Zhong
9e692f919a
[python] Add directly install without clone source code ( #11179 )
...
Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
2022-07-28 21:40:20 +08:00
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
2022-07-28 19:02:13 +08:00
JieguangZhou
764a24384f
[python] add import SageMaker task ( #11121 )
2022-07-25 15:46:36 +08:00
JieguangZhou
952aee80e7
[fix] py sagemaker doc ( #11109 )
2022-07-22 22:57:50 +08:00
JieguangZhou
cc088e0f54
[python] Support SageMaker task type ( #11002 )
2022-07-22 10:47:08 +08:00
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
2022-07-14 22:06:07 +08:00
陈家名
59cd86157f
[Python] Supports creating or editing resources. ( #10823 )
2022-07-12 20:44:59 +08:00
Jiajie Zhong
113a67122f
[python] fix doc build error ( #10810 )
2022-07-06 22:02:08 +08:00
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
2022-07-05 18:34:31 +08:00
陈家名
7970573365
[python] Support using full-name definitions for resources ( #10551 )
2022-06-23 22:59:59 +08:00
陈家名
f512e3c31f
[fix][python] Correct variable type of SQL type ( #10464 )
2022-06-16 09:39:53 +08:00
陈家名
b86dc53ad1
[fix][Python] Support same task name in project defferent process definition ( #10428 )
...
close : #10431
2022-06-14 13:53:18 +08:00
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
2022-05-24 10:25:19 +08:00
Jiajie Zhong
bf4b8ff0d9
[python] Change distribute name avoid confusion with main pkg ( #10134 )
...
rename them and add `python` suffix in the end
close : #9121
2022-05-19 20:27:38 +08:00
陈家名
a2cd2a99e6
[python] Fix pre_submit_check error when local params in tasks ( #10032 )
2022-05-16 19:51:41 +08:00
陈家名
828034f8b9
[improve][python] Specify warning group when deploy process-definition ( #9773 )
2022-04-27 22:02:14 +08:00