Question: True or False: To modify the value of a variable in a Python recipe, it's as easy as calling two main functions, one to Get

True or False: To modify the value of a variable in
a Python recipe, it's as easy as calling two main
functions, one to "Get" our variables, and one to
"Set" them.
False: The Get function, dataiku.get_custom_variables(),
gets the current values of the variables in the Python
dictionary. Then the Set function is used with a project
handle such as "project_handle", along with an object,
such as "vars", that stores the dictionary of the project
variables. It is this "vars" object that is ultimately used to
update the value of a variable.
True: The Get function, dataiku.get_custom_variables() gets
the current values of the variables in the Python dictionary,
and the Set function, dataiku.set_custom_variables() sets
the values.
True or False: To modify the value of a variable

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!