dolphinscheduler/dolphinscheduler-python/pydolphinscheduler/tests
Jiajie Zhong aec3513266 [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-10-28 08:59:44 +08:00
..
cli [python] Refactor structure to avoid cycle import (#11167) 2022-09-17 22:13:03 +08:00
core [fix][python] Task switch branch not show in webui (#12120) 2022-10-28 08:59:44 +08:00
example [python] Add task decorator for python function (#9496) 2022-04-15 15:50:52 +08:00
integration [python] Fix tasks with multiple upstream and workflow query error (#10941) 2022-07-28 11:13:48 +08:00
tasks [fix][python] Task switch branch not show in webui (#12120) 2022-10-28 08:59:44 +08:00
testing [python] Refactor structure to avoid cycle import (#11167) 2022-09-17 22:13:03 +08:00
utils [python] Fix process definition attr release state not work (#10151) 2022-05-24 22:57:28 +08:00
__init__.py [python] Add flake8 and black for code style and integrated to GA (#6679) 2021-11-05 15:14:28 +08:00
test_docs.py [python] Initiate document for pydolphinscheduler (#8005) 2022-01-26 12:37:57 +08:00