You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: