-
Notifications
You must be signed in to change notification settings - Fork 5k
[Feature][python] Export Python API configure setting #8249
Copy link
Copy link
Closed
Labels
Pyschedulerdiscussiondiscussiondiscussionfeaturenew featurenew featurehelp wantedExtra attention is neededExtra attention is needed
Description
Search before asking
- I had searched in the issues and found no similar feature requirement.
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
~/.pydolphinschedulerand export all we setting to it. - Add all setting to
ProcessDefinitionobject and allow user define with it.
Use case
No response
Related issues
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Pyschedulerdiscussiondiscussiondiscussionfeaturenew featurenew featurehelp wantedExtra attention is neededExtra attention is needed