We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a1fd9 commit 18a2836Copy full SHA for 18a2836
dataikuapi/dss/project.py
@@ -534,7 +534,10 @@ def get_variables(self):
534
def set_variables(self, obj):
535
"""
536
Sets the variables of this project.
537
- @param obj: must be a modified version of the object returned by get_variables
+ WARNING: when executed in a python recipe (single run), the changes made by `set_variables` will not be "seen" in the recipe.
538
+ Use the internal API instead if this behavior is needed
539
+
540
+ @param dict obj: must be a modified version of the object returned by get_variables
541
542
if not "standard" in obj:
543
raise ValueError("Missing 'standard' key in argument")
0 commit comments