Skip to content

Commit 46fdc03

Browse files
Update dataikuapi/dss/admin.py
Co-authored-by: Allan Francani <allan.francani@dataiku.com>
1 parent b526995 commit 46fdc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dss/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ def get_built_spark_kubernetes_confs(self):
929929
return self.settings.get("sparkKubernetesConfs", [])
930930
def set_built_spark_kubernetes_confs(self, *configs, **kwargs):
931931
"""
932-
Sets the list of managed Spark over Kubernetes configs for which the code env builds an image
932+
Set the list of managed Spark over Kubernetes configs for which the code env builds an image
933933
934934
:param boolean all: if True, an image is built for each config
935935
:param list configs: list of configuration names to build images for

0 commit comments

Comments
 (0)