Skip to content

Using IBIS with Databricks #5510

Closed Answered by gforsyth
nikhilmakan02 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @nikhilmakan02 -- sorry we missed this!

I haven't used databricks much, so I'm not entirely sure how to do this, but so long as you can get a pyspark session going, you can then use ibis to interact with it, something like:

>>> import ibis
>>> from pyspark.sql import SparkSession
>>> session = SparkSession.builder.getOrCreate()  # <-- thie line might be different on databricks?
>>> ibis.pyspark.connect(session)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by cpcloud
Comment options

You must be logged in to vote
0 replies
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