dask-sql
dask-sql copied to clipboard
[ENH] Automatically register dask-sql as Fugue's default Dask SQL engine when it's installed
Is your feature request related to a problem? Please describe. Currently there are manual steps in the code to start using dask-sql with Fugue.
Describe the solution you'd like I want to automate this, as long as dask-sql is installed, it should replace qpd to be the default dask engine for Fugue.
This now can be done easily, I will go ahead make the code change in your repo to make the auto registration.
Thanks a lot for opening this issue. Would be happy to go over the pr once you have something up 😄
Is there anything else to be done on the Fugue end of things, or can this be closed with #640?