We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8a1fd9 + 205a6e8 commit 87adeceCopy full SHA for 87adece
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: if executed from a python recipe, the changes made by `set_variables` will not be "seen" in that recipe.
538
+ Use the internal API dataiku.get_custom_variables() 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