DolphinScheduler/dolphinscheduler-dao
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
..
src [python] Fix tasks with multiple upstream and workflow query error (#10941) 2022-07-14 22:06:07 +08:00
pom.xml Clean up unused dependencies and packaging issues (#9944) 2022-05-31 15:22:41 +08:00