-
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
[fix] Python gateway can not upload to resource center #13042
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
in apache#12076 we refactor our resource center, remove the resource table, it is a good refactor but it failed python api upload, this patch try to fix python api upload function ref: apache#12076
Codecov Report
@@ Coverage Diff @@
## dev #13042 +/- ##
============================================
- Coverage 39.36% 39.33% -0.04%
+ Complexity 4273 4271 -2
============================================
Files 1067 1069 +2
Lines 40121 40135 +14
Branches 4601 4602 +1
============================================
- Hits 15793 15786 -7
- Misses 22551 22573 +22
+ Partials 1777 1776 -1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
SonarCloud Quality Gate failed. |
zhongjiajie
added a commit
to zhongjiajie/dolphinscheduler-sdk-python
that referenced
this pull request
Nov 29, 2022
* Fix resource upload function related to apache/dolphinscheduler#12076 * And some documentation about how to use resource uploading ref: apache/dolphinscheduler#13042
3 tasks
zhongjiajie
added a commit
to zhongjiajie/dolphinscheduler-sdk-python
that referenced
this pull request
Nov 29, 2022
* Fix resource upload function related to apache/dolphinscheduler#12076 * And some documentation about how to use resource uploading ref: apache/dolphinscheduler#13042 [run-it]
zhongjiajie
added a commit
that referenced
this pull request
Nov 29, 2022
branch dev already exists in #13042
EricGao888
approved these changes
Nov 30, 2022
jieguangzhou
approved these changes
Nov 30, 2022
shangeyao
pushed a commit
to shangeyao/dolphinscheduler
that referenced
this pull request
Dec 3, 2022
in apache#12076 we refactor our resource center, remove the resource table, it is a good refactor but it failed python api upload, this patch try to fix python api upload function ref: apache#12076
zhongjiajie
added a commit
to zhongjiajie/dolphinscheduler-sdk-python
that referenced
this pull request
Dec 4, 2022
* Fix resource upload function related to apache/dolphinscheduler#12076 ref: apache/dolphinscheduler#13042 [run-it]
zhongjiajie
added a commit
to zhongjiajie/dolphinscheduler-sdk-python
that referenced
this pull request
Dec 4, 2022
* Fix resource upload function related to apache/dolphinscheduler#12076 ref: apache/dolphinscheduler#13042 [run-it]
zhongjiajie
added a commit
to zhongjiajie/dolphinscheduler-sdk-python
that referenced
this pull request
Dec 5, 2022
* Fix resource upload function related to apache/dolphinscheduler#12076 ref: apache/dolphinscheduler#13042 [run-it]
zhongjiajie
added a commit
to zhongjiajie/dolphinscheduler-sdk-python
that referenced
this pull request
Dec 8, 2022
* Fix resource upload function related to apache/dolphinscheduler#12076 ref: apache/dolphinscheduler#13042 [run-it]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
in #12076 we refactor our resource center, remove the resource table, it is a good refactor but it failed python api upload, this patch try to fix python api upload function
ref: #12076