EricGao888 opened a new pull request #8340: URL: https://github.com/apache/dolphinscheduler/pull/8340
<!--Thanks very much for contributing to Apache DolphinScheduler. Please review https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html before opening a pull request.--> ## Purpose of the pull request - [Feature-8222][python]move examples into the scope of source package so that examples will get installed along with the pydolphinscheduler package when running `pip install` ## Brief change log - move `dolphinscheduler/dolphinscheduler-python/pydolphinscheduler/examples/` folder into `dolphinscheduler/dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/` - add `__init__.py` file under folder `dolphinscheduler/dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/examples/` ## Verify this pull request <!--*(Please pick either of the following options)*--> This change added tests and can be verified as follows: - create a conda env for testing and activate it - run `cd dolphinscheduler/dolphinscheduler-python/pydolphinscheduler` - run `pip install .` - go to the conda env you created above and find the pydolphinscheduler package you just installed, folder `examples` should be there -- 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]
