1. 09 9月, 2022 1 次提交
  2. 06 9月, 2022 1 次提交
  3. 15 4月, 2022 1 次提交
    • J
      [python] Add task decorator for python function (#9496) · 1f48601c
      Jiajie Zhong 提交于
      * [python] Add task decorator for python function
      
      * Add decorator `@task`
      * Add a tutorial about it
      * Change tutorial doc and combine into traditional docs
        * Add sphinx-inline-tab for better view
      
      * revert not need change
      
      * Correct python function indent
      
      * Correct integration test
      1f48601c
  4. 07 4月, 2022 1 次提交
    • J
      [python] Migrate pythonGatewayServer into api server (#9372) · 3457cee9
      Jiajie Zhong 提交于
      Currently the size of our distribute package is up to
      800MB, this patch is migrate python gateway server into
      api server
      
      The distribute package size before and after this patch is:
      
      ```sh
      # before
      796M   apache-dolphinscheduler-2.0.4-SNAPSHOT-bin.tar.gz
      
      # after
      647M   apache-dolphinscheduler-2.0.4-SNAPSHOT-bin.tar.gz
      ```
      3457cee9
  5. 14 2月, 2022 1 次提交
  6. 26 1月, 2022 1 次提交