Edit Pipeline Triggers
Last updated
Last updated
After creating a pipeline, you can edit the Trigger to define the cron expression for exporting the data.
Perform the following steps to edit the Destination:
Step 1: From the left navigation panel, select Pipelines.
Step 2: Click the pipeline you want to edit.
Step 3: Click Trigger.
Step 4: Click Edit to edit the trigger
Step 5: Define the cron expression for the trigger.
A cron expression consists of six fields: Minutes, Hours, Day of Month, Month, Day of Week, and Seconds (optional). Each field determines when the trigger will execute.
Minutes
0
The trigger will execute at the start of the specified hour. (0
means exactly at the beginning of the hour.)
Hours
9
The trigger will execute at 9 AM.
Day of Month
*
The trigger runs every day of the month. (*
means any day.)
Day of Week
MON-FRI
The trigger runs only from Monday to Friday.
Month
*
The trigger runs every month. (*
means all months.)e specified minute.
Step 6: Click Save at the top right of the screen.
Step 7: A popup message will appear, confirming that the trigger has been saved.