Any deployed CloudConnect project can be scheduled using the form at https://secure.gooddata.com/gdc/projects/project-id
/schedules
There are the following mandatory parameters:
PROCESS_ID that identifies the scheduled process (e.g. 03452421-5310-47a6-89a9-5b009a3cb0eb).
GRAPH that identifies the scheduled graph that must be deployed inside the the transformation (e.g. Demo/graph/CSVLoad.grf).
Other parameters that will be passed to the CloudConnect project execution can be also specified.
The result of the scheduling is a new schedule object that can be found at this URL https://secure.gooddata.com/gdc/projects/project-id
/schedules/schedule-id
. Note that a new unique schedule-id
has been generated.
All executions of a particular schedule are available on this URL https://secure.gooddata.com/gdc/projects/project-id
/schedules/schedule-id
/executions
Again, each execution in the list contains a link to the low-level execution log.