dolphinscheduler-sdk-python icon indicating copy to clipboard operation
dolphinscheduler-sdk-python copied to clipboard

[impv] Add a unified field conversion method to convert python fields to java fields

Open jieguangzhou opened this issue 3 years ago • 1 comments

There are many convert function in Task class

timeout
timeout_flag
is_cache
resource_list
environment_code

I think we can a better way to deal with it

jieguangzhou avatar Dec 16 '22 10:12 jieguangzhou

I use meta class to refactor convert from java object to python model in src/pydolphinscheduler/models/meta.py but it still WIP

zhongjiajie avatar Dec 16 '22 11:12 zhongjiajie