tmthyjames/SQLCell

Show current engine for each query

tmthyjames opened this issue · 0 comments

By either printing it off above results or using a global var that is set after each query like:

%%sql
select foo from bar

in another cell print _CE_ (or something):

> print(_CE_)
<engine-string> 

Should any other details be printed/returned? Should the object be returned to perform actions on it?