Using Variables of Application as recipe

krillin
krillin Registered Posts: 5

I have R recipe and i have converted it into application-as-recipe now i am letting user give some inputs as variables so how can i use those variables in the code i have also defined global variable if i can also change the value of global variable that will also work can you help me in this


Operating system used: windows

Tagged:

Answers

  • importthepandas
    importthepandas Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Core Concepts, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 115 Neuron

    You can find the variables in the application's variables section. I believe if you are setting them via an e.g. variables edit block, they will be in the local section. You can also manipulate variables programmatically with the python API.

Setup Info
    Tags
      Help me…