Custom variables update

Oh_Lily
Oh_Lily Dataiku DSS Core Designer, Registered Posts: 12

Hello,
I updated my project variable starting_date:20220101 instead of starting_date:20210101
But this update is not taken into consideration in my flow, the starting_date is still 20210101 when I build my flow.
How can I fix this issue please.

Thanks in advancecapture.PNG


Operating system used: Windows

Tagged:

Answers

  • JordanB
    JordanB Dataiker, Dataiku DSS Core Designer, Dataiku DSS Adv Designer, Registered Posts: 295 Dataiker
    edited July 17

    Hi @Oh_Lily
    ,

    How is your flow being built? Can you please run the following code and let us know if the output matches the updated variable (20220101) or the one the flow is being built with (20210101)? Are date_deb and starting_date the same?

    import dataiku
    
    print(dataiku.get_custom_variables()["date_deb"])

    Thanks!

    Jordan

Setup Info
    Tags
      Help me…