We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b526995 commit 46fdc03Copy full SHA for 46fdc03
dataikuapi/dss/admin.py
@@ -929,7 +929,7 @@ def get_built_spark_kubernetes_confs(self):
929
return self.settings.get("sparkKubernetesConfs", [])
930
def set_built_spark_kubernetes_confs(self, *configs, **kwargs):
931
"""
932
- Sets the list of managed Spark over Kubernetes configs for which the code env builds an image
+ Set the list of managed Spark over Kubernetes configs for which the code env builds an image
933
934
:param boolean all: if True, an image is built for each config
935
:param list configs: list of configuration names to build images for
0 commit comments