Skip to content

/AWS1/CL_DBR=>CREATESCHEDULE()

About CreateSchedule

Creates a new schedule for one or more DataBrew jobs. Jobs can be run at a specific date and time, or at regular intervals.

Method Signature

IMPORTING

Required arguments:

IV_CRONEXPRESSION TYPE /AWS1/DBRCRONEXPRESSION /AWS1/DBRCRONEXPRESSION

The date or dates and time or times when the jobs are to be run. For more information, see Cron expressions in the Glue DataBrew Developer Guide.

IV_NAME TYPE /AWS1/DBRSCHEDULENAME /AWS1/DBRSCHEDULENAME

A unique name for the schedule. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

Optional arguments:

IT_JOBNAMES TYPE /AWS1/CL_DBRJOBNAMELIST_W=>TT_JOBNAMELIST TT_JOBNAMELIST

The name or names of one or more jobs to be run.

IT_TAGS TYPE /AWS1/CL_DBRTAGMAP_W=>TT_TAGMAP TT_TAGMAP

Metadata tags to apply to this schedule.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_DBRCREATESCHDRESPONSE /AWS1/CL_DBRCREATESCHDRESPONSE