Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose Ballista Scheduler and Executor in Python #1107

Open
tbar4 opened this issue Nov 2, 2024 · 0 comments
Open

Expose Ballista Scheduler and Executor in Python #1107

tbar4 opened this issue Nov 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@tbar4
Copy link
Contributor

tbar4 commented Nov 2, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant