Timezone trigger using Python API deployment
Hi,
I'm using the Dataiku API to deploy parameters in my scenario. My question is about the timezone in the scenario trigger.
In my custom python, I specify, timezone : "Europe/Paris" and the dataiku front took this parameter like we saw on the second screenshot.
I want to launch my scenario at 1:00 in the timezone Europe/Paris UTC + 2:00, but my trigger launch at 3:00 instead of 1:00 like my parameter specify, why? The Dataiku servor stay in UTC all the time?
My params
My output (dataiku front APP)
Do you have any ideas?
Thanks,
P-A
Dataiku version used: Version: 14.5.2
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023, Circle Member Posts: 2,711 NeuronWas your DSS server shutdown and then restarted at any point close to the trigger execution?
The Dataiku server might be in UTC time zone but what time zone is your browser? The Dataiku UI will adjust the times of the trigger firing time to your browser time zone.

