Run intitial data load only once in data load script
I have defined a data reload task. The task reloads my data incrementally every minute.
With each reload, all data load scripts are executed. But I don't want to reload all my variable definitions, my calendar definition, the intial data load and so on again and again. Is there any way to prevent this?