Skip to content

Serialize unbound expression without connecting to backend? #10140

Answered by cpcloud
kylebarron asked this question in Q&A
Discussion options

You must be logged in to vote

Are there some sort of low-level APIs that would enable this?

You're in luck, there are actually high-level APIs for this 😄, and they work with and without any backend dependencies installed.

You can call ibis.to_sql(some_expr, dialect="a valid dialect, like duckdb") without any particular extras installed, e.g., pip install ibis-framework.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kylebarron
Comment options

Answer selected by lostmygithubaccount
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants