Eventual-Inc / Daft

Distributed data engine for Python/SQL designed for the cloud, powered by Rust
https://getdaft.io
Apache License 2.0
2.26k stars 157 forks source link

Jupyter Magic command %SQL support #3031

Open rishabh-dream11 opened 2 weeks ago

rishabh-dream11 commented 2 weeks ago

We use the %SQL magic command as an ease-of-use feature to allow our platform users to run queries for ETL workloads. Currently, this feature is not available in daft, affecting the adoption simply due to the overhead of writing sql code using function calling.

Describe the solution you'd like %SQL support in Jupyter Magic command

samster25 commented 2 weeks ago

Thanks @rishabh-dream11 for raising this! This is something that I believe @universalmind303 has been thinking about. He's out this week but should be back next week!