-
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
[python] Add resource plugin for python, dataX, CustomDataX and Sql #12135
Conversation
…ler/constants.py Only local is reserved Co-authored-by: Jiajie Zhong <[email protected]>
…ler/core/process_definition.py fix Co-authored-by: Jiajie Zhong <[email protected]>
…es_plugin/index.rst fix Co-authored-by: Jiajie Zhong <[email protected]>
…ler/core/task.py fix Co-authored-by: Jiajie Zhong <[email protected]>
…ler/resources_plugin/__init__.py fix Co-authored-by: Jiajie Zhong <[email protected]>
…gin/test_gitlab.py Co-authored-by: Jiajie Zhong <[email protected]>
…ler/resources_plugin/oss.py Co-authored-by: Jiajie Zhong <[email protected]>
@xdu-chenrj can you rebase on upstream/dev to solve the conflict? it seems some content is already in other PR |
ok |
It seems that there is no conflict. |
dolphinscheduler-python/pydolphinscheduler/tests/tasks/test_sql.py
Outdated
Show resolved
Hide resolved
dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/tasks/python.py
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! |
Purpose of the pull request
Add resource plugin support to task python, dataX, CustomDataX and Sql #10911
mail-list
https://lists.apache.org/thread/r1f9wwlrj6jrnyc1hwpf8qoq8zr8n7j1
Brief change log
Add resource plugin support to task python, dataX, CustomDataX and Sql
Add resource plugin test of task task python, dataX, CustomDataX and Sql