We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a2836 commit 205a6e8Copy full SHA for 205a6e8
dataikuapi/dss/project.py
@@ -534,8 +534,8 @@ def get_variables(self):
534
def set_variables(self, obj):
535
"""
536
Sets the variables of this project.
537
- 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
+ WARNING: if executed from a python recipe, the changes made by `set_variables` will not be "seen" in that recipe.
+ 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
0 commit comments