ibis-project / ibis-birdbrain

portable Python ML-powered data bot
https://ibis-project.github.io/ibis-birdbrain/
Apache License 2.0
23 stars 4 forks source link

rerun SQL on a different backend #53

Closed lostmygithubaccount closed 6 months ago

lostmygithubaccount commented 7 months ago

this is purely for demo purposes, but needed -- fill out the bot.execute_last_sql() method, taking in a connection and blindly running con.sql() with the last SQL attachment generated by the bot

this would be useful motivation for better attachment methods for retreiving attachments

jitingxu1 commented 6 months ago

resolved by https://github.com/ibis-project/ibis-birdbrain/pull/58