DolphinScheduler/dolphinscheduler-python
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
..
pydolphinscheduler [python] Fix tasks with multiple upstream and workflow query error (#10941) 2022-07-14 22:06:07 +08:00
pom.xml [python] Change distribute name avoid confusion with main pkg (#10134) 2022-05-19 20:27:38 +08:00