apache / dolphinscheduler-sdk-python

Apache DolphinScheduler Python API, aka PyDolphinscheduler.
https://dolphinscheduler.apache.org/python/main
Apache License 2.0
50 stars 18 forks source link

fix: missing task_execute_type for task #140

Closed zhongjiajie closed 7 months ago

zhongjiajie commented 7 months ago

fix: #138

Brief Summary of The Change

Pull Request checklist

I confirm that the following checklist has been completed.

codecov-commenter commented 7 months ago

Codecov Report

Attention: Patch coverage is 95.55556% with 2 lines in your changes missing coverage. Please review.

Project coverage is 90.88%. Comparing base (b15c716) to head (6842efa). Report is 5 commits behind head on main.

Files Patch % Lines
src/pydolphinscheduler/core/task.py 80.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #140 +/- ## ========================================== - Coverage 90.93% 90.88% -0.05% ========================================== Files 64 64 Lines 2361 2371 +10 ========================================== + Hits 2147 2155 +8 - Misses 214 216 +2 ``` | [Flag](https://app.codecov.io/gh/apache/dolphinscheduler-sdk-python/pull/140/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/apache/dolphinscheduler-sdk-python/pull/140/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `90.88% <95.55%> (-0.05%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.