Skip to content

Commit 745b911

Browse files
Update src/databricks/labs/pytester/fixtures/connect.py
Co-authored-by: Cor <[email protected]>
1 parent 52aaebb commit 745b911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/labs/pytester/fixtures/connect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def spark(ws: WorkspaceClient):
1111
"""
1212
Get Databricks Connect Spark session. Requires `databricks-connect` package to be installed.
1313
14-
To enable serverless set the local environment variable DATABRICKS_SERVERLESS_COMPUTE_ID to auto.
14+
To enable serverless set the local environment variable `DATABRICKS_SERVERLESS_COMPUTE_ID` to `"auto"`.
1515
If this environment variable is set, Databricks Connect ignores the cluster_id.
1616
1717
Usage:

0 commit comments

Comments
 (0)