DolphinScheduler/.github
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
..
actions fix label bot again (#10859) 2022-07-09 11:23:04 +08:00
ISSUE_TEMPLATE New version release 2.0.6 (#10851) 2022-07-08 20:34:14 +08:00
workflows [python] Fix tasks with multiple upstream and workflow query error (#10941) 2022-07-14 22:06:07 +08:00
CODEOWNERS add codeowner (#10537) 2022-06-22 10:12:46 +08:00
mergeable.yml [ci] Fix mergeable will get mad add/remove label sometimes (#10856) 2022-07-09 10:19:09 +08:00
PULL_REQUEST_TEMPLATE.md Update PULL_REQUEST_TEMPLATE.md (#5022) 2021-03-10 11:40:21 +08:00