[feature][task] Enable zeppelin schedule a whole zeppelin note#10434
[feature][task] Enable zeppelin schedule a whole zeppelin note#10434zhongjiajie merged 4 commits intoapache:devfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #10434 +/- ##
============================================
+ Coverage 40.55% 40.58% +0.03%
- Complexity 4774 4776 +2
============================================
Files 878 878
Lines 35741 35769 +28
Branches 3969 3974 +5
============================================
+ Hits 14493 14516 +23
+ Misses 19805 19803 -2
- Partials 1443 1450 +7
Continue to review full report at Codecov.
|
|
There are some flaky in |
| paragraphResult.getParagraphId(), | ||
| paragraphResult.getResultInText())); | ||
| status = paragraphResult.getStatus(); | ||
| if (status != Status.FINISHED) { |
There was a problem hiding this comment.
Does it mean failure if status is not FINISHED? If so, I think it's better to add some comments.
There was a problem hiding this comment.
Sure, comments added in the latest commit.
dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-zeppelin.ts
Outdated
Show resolved
Hide resolved
9cee096 to
78f2539
Compare
|
@SbloodyS Could you please take a look when you have time? Thx~ |
SbloodyS
left a comment
There was a problem hiding this comment.
LGTM overall. But we still have unresolved comment in #10434 (comment)
I've already removed all the redundant commented code in the latest commit. |
Ops, I think I missed one comment. Will add some changes in the next commit. |
|
Kudos, SonarCloud Quality Gate passed! |
@SbloodyS what is that? and could we find some way to fix it? |
|
@EricGao888 seem we already fix in #10284, could you please rebase on upstream dev and try again? |
@zhongjiajie I had already rebased and the CI succeeded. Thx for the reminder. |
It already added and seem this PR ready to go now is it? @SbloodyS @EricGao888 |
|
@zhongjiajie I think so, comments already added in the latest PR |
It have been fixed in #10450. |
Yes. |










Purpose of the pull request
Currently, zeppelin task plugin only allows users to schedule one zeppelin paragraph at a time. After this PR, users will be able to schedule a whole zeppelin note, which is composed of multiple paragraphs at a time.
This PR closes: [Feature][Task Plugin] Enable note-level task scheduling for zeppelin task #9798
Brief change log
Verify this pull request