About dkuGetProjectVariables function in R API

Options
aya
aya Partner, Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Dataiku DSS Adv Designer, Registered Posts: 18 Partner

Hi,

What is ”variables” at dkuGetProjectVariables function in R API?

I try this function at my code,but I can't get any infomation.

# I'm hoping to get infomation of project or dataset name in project.

https://doc.dataiku.com/dss/api/8.0/R/dataiku/reference/dkuGetProjectVariables.html

dkuGetProjectVariables()
$standard

$local

Is there something wrong with it?

Best regards,

Aya Yoshizawa

Best Answer

  • Tuong-Vi
    Tuong-Vi Partner, Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS ML Practitioner, Neuron 2020, Dataiku DSS Adv Designer, Registered, Neuron 2021, Neuron 2022 Posts: 33 Partner
    Answer ✓
    Options

    Hello,

    Do you mean dynamic variables used in project ?

    Ex: Syntax for R : var_prj <- dkuCustomVariable("projectKey")

    In R recipie (or python), you can refresh dynamic variables used by clicking on 'validate' button and select variables available there :

    Rvar.PNG

Answers

Setup Info
    Tags
      Help me…