Search before asking
Description
In #8248, we make python API communicate with remote server possible, but we using constants.py to setting java gateway server address and port. It hard for users to change the setting, maybe we should found a better way to export all setting we have. For now there two mainly ways I could come to my mind.
- Add configure file in
~/.pydolphinscheduler and export all we setting to it.
- Add all setting to
ProcessDefinition object and allow user define with it.
Use case
No response
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
Search before asking
Description
In #8248, we make python API communicate with remote server possible, but we using
constants.pyto setting java gateway serveraddressandport. It hard for users to change the setting, maybe we should found a better way to export all setting we have. For now there two mainly ways I could come to my mind.~/.pydolphinschedulerand export all we setting to it.ProcessDefinitionobject and allow user define with it.Use case
No response
Related issues
No response
Are you willing to submit a PR?
Code of Conduct