Skip to content

Commit

Permalink
docs(pyspark): mention using ibis.connect
Browse files Browse the repository at this point in the history
Co-authored-by: Deepyaman Datta <deepyaman.datta@utexas.edu>
  • Loading branch information
2 people authored and gforsyth committed Dec 19, 2023
1 parent f7b1e2f commit 33c855a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/backends/pyspark.qmd
Expand Up @@ -79,7 +79,7 @@ con = ibis.pyspark.connect(session=session)
:::

::: {.callout-note}
The `pyspark` backend does not create `SparkSession` objects; you must create a `SparkSession` and pass that to `ibis.pyspark.connect`.
The `pyspark` backend does not create `SparkSession` objects (unless you [connect using a URL](#ibis.connect-url-format)); you must create a `SparkSession` and pass that to `ibis.pyspark.connect`.
:::

### Connection Parameters
Expand Down

0 comments on commit 33c855a

Please sign in to comment.