[fix][Python] Support same task name in project defferent process definition#10428
[fix][Python] Support same task name in project defferent process definition#10428zhongjiajie merged 13 commits intoapache:devfrom
Conversation
|
Hi @hiSandog , please associate issue. |
Hi @hiSandog , thanks to find and fix this. Will take a look right now ❤️ |
...heduler-api/src/main/java/org/apache/dolphinscheduler/api/service/TaskDefinitionService.java
Show resolved
Hide resolved
...hinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/python/PythonGatewayTest.java
Show resolved
Hide resolved
...duler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskDefinitionMapper.xml
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## dev #10428 +/- ##
============================================
+ Coverage 40.56% 40.58% +0.02%
- Complexity 4766 4774 +8
============================================
Files 877 878 +1
Lines 35621 35746 +125
Branches 3945 3970 +25
============================================
+ Hits 14449 14507 +58
- Misses 19737 19789 +52
- Partials 1435 1450 +15
Continue to review full report at Codecov.
|
|
SonarCloud Quality Gate failed. |








Now I can't set tasks with the same name in different process of the same project through python-gate.
It forces me to prefix the task name with the process name.It's very inconvenient.
I think python-gate should support setting the same task name in the same project for different process.
close: #10431