-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[improve] Optimize MLFlow task plugin for easy of use #12071
Conversation
4314b62
to
82b9001
Compare
...ler-task-mlflow/src/main/java/org/apache/dolphinscheduler/plugin/task/mlflow/MlflowTask.java
Fixed
Show fixed
Hide fixed
...ler-task-mlflow/src/main/java/org/apache/dolphinscheduler/plugin/task/mlflow/MlflowTask.java
Fixed
Show fixed
Hide fixed
82b9001
to
191af8e
Compare
...ler-task-mlflow/src/main/java/org/apache/dolphinscheduler/plugin/task/mlflow/MlflowTask.java
Fixed
Show fixed
Hide fixed
...ler-task-mlflow/src/main/java/org/apache/dolphinscheduler/plugin/task/mlflow/MlflowTask.java
Fixed
Show fixed
Hide fixed
optimize code
b194fd1
to
d94b757
Compare
...duler-task-mlflow/src/test/java/org/apache/dolphinler/plugin/task/mlflow/MlflowTaskTest.java
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## dev #12071 +/- ##
============================================
- Coverage 38.65% 38.55% -0.11%
- Complexity 4005 4007 +2
============================================
Files 1002 1004 +2
Lines 37213 37390 +177
Branches 4249 4263 +14
============================================
+ Hits 14386 14415 +29
- Misses 21195 21329 +134
- Partials 1632 1646 +14
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM overall
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM of the backend part
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The front end part LGTM.
optimize code (cherry picked from commit cf522e2)
optimize code (cherry picked from commit cf522e2)
Purpose of the pull request
close: #12070
dolphinscheduler-mlflow
repositoryWe can modify the repository address to the local path if we can not access git
docker compose
, keep deploy withDocker
docker compose
andDOCKER
of MLflow models are highly similar, keep the delicate oneBrief change log
Verify this pull request
This pull request is code cleanup without any test coverage.
(or)
This pull request is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(or)