-
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
[DSIP-13][python] New mechanism file plugins to Python API #11360
Conversation
@xdu-chenrj Please associate the issue. |
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.
There are a few things you need to task case:
- do not change some thing unrelated to PR
- we have it own code style formatted by
balck
, you can runtox -e local-ci
to check it locally, see more detail in https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-python/pydolphinscheduler/DEVELOP.md#test-your-code - You should directly tell the user how to do instead of what should not do first
dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/process_definition.py
Outdated
Show resolved
Hide resolved
dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/process_definition.py
Outdated
Show resolved
Hide resolved
dolphinscheduler-python/pydolphinscheduler/docs/source/resources_plugin/how-to-develop.rst
Outdated
Show resolved
Hide resolved
dolphinscheduler-python/pydolphinscheduler/docs/source/resources_plugin/how-to-develop.rst
Outdated
Show resolved
Hide resolved
dolphinscheduler-python/pydolphinscheduler/docs/source/resources_plugin/how-to-use.rst
Outdated
Show resolved
Hide resolved
dolphinscheduler-python/pydolphinscheduler/docs/source/resources_plugin/local.rst
Outdated
Show resolved
Hide resolved
dolphinscheduler-python/pydolphinscheduler/docs/source/resources_plugin/local.rst
Outdated
Show resolved
Hide resolved
…ler/constants.py Only local is reserved Co-authored-by: Jiajie Zhong <[email protected]>
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
already remove the unnecessary code
Purpose of the pull request
This pull request adds a local resource plug-in feature #10911
Brief change log
Verify this pull request
This change added tests and can be verified as follows: