ploomber / soorgeon

Convert monolithic Jupyter notebooks 📙 into maintainable Ploomber pipelines. 📊
https://ploomber.io
Apache License 2.0
78 stars 20 forks source link

idea: have `soorgeon clean` auto-format SQL snippets #82

Closed edublancas closed 1 year ago

edublancas commented 2 years ago

saw this on stack overflow: https://stackoverflow.com/questions/41046955/formatting-sql-query-inside-an-ipython-jupyter-notebook

it could work both on cells that have:

%%sql

and markdown snippets

edublancas commented 1 year ago

already implemented in jupysql-plugin