Currently I am working on setting up the pipeline for one of the data export. My expectation from pipeline scheduler is : - The pipeline scheduler should get triggered on 00:00 AM PST time everyday - Currently my start & end time configuration is as below :
"start": "2017-10-10T07:00:00Z",
"end": "2017-10-12T07:00:00Z"
- As per my understanding, I have just adjusted the UTC time slice by +7 hrs so that it will trigger my pipeline on the same day 00:00 AM PST time.
Can anyone let me know whether I am following the correct approach? or is there other approach i should take?
Thanks,