tbar4 opened a new issue, #1107: URL: https://github.com/apache/datafusion-ballista/issues/1107
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** This feature request is following up on #1100 and #1091. Currently, if you want to create another scheduler or executor you need to do so via the Rust API. This feature request would allow for a user to create new scheduler and executors via Python. This is an active effort to get Ballista's Python API on par with Rust's API. **Describe the solution you'd like** The solution for this feature would allow users to create additional schedulers and executors via the Python API **Describe alternatives you've considered** There are no alternatives in Python, you would need to create the scheduler and executor via the Rust API/CLI or Docker commands **Additional context** Discussion in #1100 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
