Trying to change the scheduled trigger time so that each (dev, test and Prod) adf instance has a different trigger start time #456
-
Please helpSummary: Code: trigger,TriggerName,typeProperties.recurrence.schedule.minutes,"[0]" This is the trigger property that I want to change: Error Message: ##[error]At line:1 char:63 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
|
Please check if this thread help: #362 |
Beta Was this translation helpful? Give feedback.
-
|
Thanks! But it did not work. I tried below variations, but I am getting the below error message. ##[error]ADFT0010: Wrong path defined in config for object(path): I tried below 3 types
|
Beta Was this translation helpful? Give feedback.
-
|
This should work: |
Beta Was this translation helpful? Give feedback.
-
|
Great help! Thanks a lot. It did work. |
Beta Was this translation helpful? Give feedback.
This should work:
trigger,Master_AM,typeProperties.recurrence.schedule.minutes,"@(0,15,30,45)"If it does - please mark as an answer.