matthewmturner commented on issue #8661: URL: https://github.com/apache/arrow-datafusion/issues/8661#issuecomment-1872550681
@tempbottle @devinjdangelo FYI Ibis has a [to_sql](https://ibis-project.org/reference/expression-generic#ibis.to_sql) method that can be used to generate SQL and DataFusion is a backend for Ibis however I'm not sure if it has all the features required for `to_sql` to work (the latest i saw was that DataFusion still had a lot of gaps to fill with the Ibis wrapper). It also may not be the API you were looking for, but thought it could help as you could see how they implement it. https://ibis-project.org/tutorials/ibis-for-sql-users -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
