1. 08 8月, 2022 1 次提交
  2. 28 7月, 2022 1 次提交
    • J
      [python] Refactor structure to avoid cycle import (#11167) · 7a766cbc
      Jiajie Zhong 提交于
      Currently, our core and side module dependent on each others. and will cause
      cycle import in our codebase, especially in issue #10905, we try to refactor
      to solve this problem.
      
      This patch do the following change:
      
      * Rename module `side` to `models`
      * Move `core/base` and `core/sidebase` to dir `modules`
      * Move `configuration` and `default_config.yaml` to the root of pydolphinscheduler
      7a766cbc
  3. 01 3月, 2022 1 次提交
    • J
      [python] Add config mechanism and cli subcommand config (#8585) · ec4ce2b5
      Jiajie Zhong 提交于
      * [python] Add config mechanism and cli subcommand config
      
      * Add configuration.py mechanism for more easy change config
        and move some configs to it. It mechanism including
        configuration.py module and default_config.yaml file
      * Add `config` for cli subcommand allow users initialize, get,
        set configs
      
      close: #8344
      
      * Change setup.py format
      ec4ce2b5
  4. 17 11月, 2021 1 次提交
  5. 05 11月, 2021 1 次提交
  6. 31 10月, 2021 1 次提交
    • J
      Add Python API implementation of workflows-as-code (#6269) · dd6ed36f
      Jiajie Zhong 提交于
      * Init DS python SDK pydolphinscheduler: python code definition
      
      * Doc first
      
      * Add quick start and developer doc
      
      * Java documentation change
      
      * Add LICENSE-py4j.txt
      
      * Add py4j to release-docs/LICENSE
      
      * Move dependency version to parent pom
      
      * Remove outdated code
      
      * Add tenant parameter to tutorial
      dd6ed36f