You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/12/16 10:10:46 UTC

[GitHub] [dolphinscheduler-sdk-python] jieguangzhou opened a new issue, #51: [impv] Add a unified field conversion method to convert python fields to java fields

jieguangzhou opened a new issue, #51:
URL: https://github.com/apache/dolphinscheduler-sdk-python/issues/51

   There are many convert function in Task class
   ```shell
   timeout
   timeout_flag
   is_cache
   resource_list
   environment_code
   ```
   I think we can a  better way to deal with it


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler-sdk-python] zhongjiajie commented on issue #51: [impv] Add a unified field conversion method to convert python fields to java fields

Posted by GitBox <gi...@apache.org>.
zhongjiajie commented on issue #51:
URL: https://github.com/apache/dolphinscheduler-sdk-python/issues/51#issuecomment-1354619224

   I use meta class to refactor convert from java object to python model in [src/pydolphinscheduler/models/meta.py](https://github.com/apache/dolphinscheduler-sdk-python/pull/40/files#diff-196b6ef903f6f15e28d5e57f7f1bcdf276588dd847149f2fdad53af1bb53bc22) but it still WIP


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org