We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ec09b commit 4d4b3b5Copy full SHA for 4d4b3b5
tests/integration/fixtures/test_connect.py
@@ -57,7 +57,7 @@ def test_databricks_connect_serverless_set_cluster_id(ws, spark_serverless_clust
57
assert not creator # serverless clusters don't have assigned creator
58
59
60
-def get_cluster_creator(spark: SparkSession, ws: WorkspaceClient) -> str:
+def get_cluster_creator(spark: SparkSession, ws: WorkspaceClient) -> str | None:
61
"""
62
Get the creator of the cluster that the Spark session is connected to.
63
0 commit comments