Treasure-u opened a new pull request, #99: URL: https://github.com/apache/dolphinscheduler-sdk-python/pull/99
<!--Thanks for you contribute to Apache DolphinScheduler Python API, You can see more detail about contributing in https://github.com/apache/dolphinscheduler-sdk-python/DEVELOP.md .--> ## Brief Summary of The Change <!--Please include `fixes: #XXXX(ISSUE_NUMBER)` to automatically close any corresponding issue when the pull request is merged. Alternatively if not fully closed you can say `related: #XXXX(ISSUE_NUMBER)`.--> ## Pull Request checklist I confirm that the following checklist has been completed. - [ ] Add/Change **test cases** for the changes. - [ ] Add/Change the related **documentation**, should also change `docs/source/config.rst` when you change file `default_config.yaml`. - [ ] (Optional) Add your change to `UPDATING.md` when it is an incompatible change. ## What I do I noticed that when pydolphinscheduler was working with resources in the resource center, it was not similar to a reference file on a web page, but was reading in the file and adding it to commands. Analyzing the reference file format on the web page, we find that ResourceList in taskDefinitionList stores the id of the Resource, not the name. So I've made some changes here, and I've made some changes to how resources are used. This is the effect of pydolphinscheduler:  This is the effect of the dolphinscheduler website:  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
