I have a problem with the Azure Data Factory Pipeline Timezone. I want to create a regularly copy job on schedule that the Daten will transported every 15min from SQL Server to Azure Datawarehouse.
The whole copy process is running but there's problem on the WindowStart. The schedule(Pipeline) used UTC time but we are in Germany(UTC+1), so the WindowStart will always 1 hour late than our local time.
For exsample our local time is 16:00 and I need to update the data from 15:45 to 16:00. But the schedule will set a windowstart=14:45
and a windowend=15:00
.
Is there anyone have any idea?