Is there a way in ibis to see generated SQL without opening a cursor to the backend #8401
-
I am generating some scripts by binding data to SQL generated using IBIS. In this process I understood that the following two options connect to DB by opening a Cursor.
Both connect to backend and not scalable. Is there a easy way to see the transpiled SQL without connecting to DB |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
As of 9.2 you should be able to do this. The compilers have been moved out of the dependency import path. If you're still unable to compile Ibis expressions without installing backend dependences and opening a cursor to the backend, please open a bug report (not a discussion). |
Beta Was this translation helpful? Give feedback.
As of 9.2 you should be able to do this. The compilers have been moved out of the dependency import path. If you're still unable to compile Ibis expressions without installing backend dependences and opening a cursor to the backend, please open a bug report (not a discussion).