Skip to content

Commit 21845a2

Browse files
committed
add new parameters in docstring
1 parent 97d13b4 commit 21845a2

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

dataikuapi/dss/admin.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,14 +695,18 @@ def set_definition(self, env):
695695
696696
* env.permissions, env.usableByAll, env.desc.owner
697697
* env.specCondaEnvironment, env.specPackageList, env.externalCondaEnvName, env.desc.installCorePackages,
698-
env.desc.corePackagesSet, env.desc.installJupyterSupport, env.desc.yarnPythonBin
698+
env.desc.corePackagesSet, env.desc.installJupyterSupport, env.desc.yarnPythonBin, env.desc.yarnRBin
699+
env.desc.envSettings, env.desc.allContainerConfs, env.desc.containerConfs,
700+
env.desc.allSparkKubernetesConfs, env.desc.sparkKubernetesConfs
699701
700702
Fields that can be updated in automation node (where {version} is the updated version):
701703
702704
* env.permissions, env.usableByAll, env.owner, env.envSettings
703705
* env.{version}.specCondaEnvironment, env.{version}.specPackageList, env.{version}.externalCondaEnvName,
704706
env.{version}.desc.installCorePackages, env.{version}.corePackagesSet, env.{version}.desc.installJupyterSupport
705-
env.{version}.desc.yarnPythonBin, env.{version}.desc.yarnRBin
707+
env.{version}.desc.yarnPythonBin, env.{version}.desc.yarnRBin, env.{version}.desc.allContainerConfs,
708+
env.{version}.desc.containerConfs, env.{version}.desc.allSparkKubernetesConfs,
709+
env.{version}.{version}.desc.sparkKubernetesConfs
706710
707711
Note: this call requires an API key with admin rights
708712

0 commit comments

Comments
 (0)