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

[FEATURE] make_execution_engine #149

Closed
goodwanghan opened this issue Jan 21, 2021 · 0 comments · Fixed by #150
Closed

[FEATURE] make_execution_engine #149

goodwanghan opened this issue Jan 21, 2021 · 0 comments · Fixed by #150
Labels
enhancement New feature or request fugueless
Milestone

Comments

@goodwanghan
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
We need a function make_execution_engine to convert an object to an execution engine.

Describe the solution you'd like
We should be able to have a global central place where we can register hooks, for example, if we register a hook, then we should be able to do this:

make_execution_engine("spark")

where we find the hook to convert "spark" to a SparkExecutionEngine

Describe alternatives you've considered
NA

Additional context
NA

@goodwanghan goodwanghan added enhancement New feature or request fugueless labels Jan 21, 2021
@goodwanghan goodwanghan linked a pull request Jan 21, 2021 that will close this issue
@goodwanghan goodwanghan added this to the 0.5.1 milestone Jan 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fugueless
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant