Snowflake / Databricks SQL support via Ibis #100
-
Hey @rich-iannone, I am a long-time user of your package from R, and love to see it in Python, thank you! I am having a similar issue to the user here: except mine is for Snowflake / Databricks.
am totally down to help debug / support both of these backends further. thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hey, thanks for using the package! What I’ve been doing is slowly enabling the use of different Ibis backends to whoever asks for it. The reason the support isn’t there in the first place is because I haven’t yet tested it. So I’ll make a change (tomorrow) to enable the Databricks and Snowflake backends so you test it out from |
Beta Was this translation helpful? Give feedback.
-
Hey
In case it helps, I just wanted to point out that we have a PR in progress to support Ibis in Narwhals narwhals-dev/narwhals#2000 |
Beta Was this translation helpful? Give feedback.
I think the PySpark error with
preview()
is fixed now in #112. I'll release pretty soon, so it's somewhat easier to test.