1. 23 9月, 2022 1 次提交
    • J
      [fix][python] Task switch branch not show in webui (#12120) · a86f4e26
      Jiajie Zhong 提交于
      when create task switch in python api, switch branch not show correctly,
      due to we add some unnecessary attribute to switch task, this patch we
      add `_task_ignore_attr` in class `Task` to ignore those unnecessary
      attribute from `_task_default_attr`
      a86f4e26
  2. 07 9月, 2022 1 次提交
  3. 06 9月, 2022 1 次提交
  4. 04 8月, 2022 1 次提交
  5. 23 6月, 2022 1 次提交
  6. 15 3月, 2022 1 次提交
  7. 26 12月, 2021 1 次提交
    • J
      [python] Fix task relation wrong hashable function (#7628) · b1afd99c
      Jiajie Zhong 提交于
      * [python] Fix task relation wrong hashable function
      
      Currently our :class:`TaskRelation` have wrong __hash__
      function, would mistake a object as same object. It failed
      our dependence and process definition. this patch fix it
      by adding `_KEY_ATTR` to overwrite TaskRelation's __eq__
      and correct __hash__ func
      
      close: #7627
      
      * Fix code format
      b1afd99c
  8. 08 12月, 2021 1 次提交
  9. 19 11月, 2021 1 次提交
  10. 17 11月, 2021 2 次提交
  11. 05 11月, 2021 1 次提交
  12. 04 11月, 2021 1 次提交
    • J
      Add CI test for python API (#6636) · 2e703652
      Jiajie Zhong 提交于
      * Add CI for python API
      
      * Fix task assign without process definition
      
      * Fix ci
      
      * Add header
      
      * Add build badge for pydolphinscheduler
      
      * Add content to README.md
      
      * Remove unnecessary blank line
      2e703652
  13. 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