Custom variables update

Oh_Lily
Level 2
Custom variables update

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

0 Kudos
1 Reply
JordanB
Dataiker

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