Databricks SDK for JavaScript
    Preparing search index...
    interface CronSchedule {
        pauseStatus?: SchedulePauseStatus;
        quartzCronSchedule?: string;
        timezoneId?: string;
    }
    Index

    Properties

    pauseStatus?: SchedulePauseStatus

    Indicate whether this schedule is paused or not.

    quartzCronSchedule?: string

    A cron expression using quartz syntax that specifies the schedule for this pipeline. Should use the quartz format described here: http://www.quartz-scheduler.org/documentation/quartz-2.1.7/tutorials/tutorial-lesson-06.html

    timezoneId?: string

    A Java timezone id. The schedule will be resolved using this timezone. This will be combined with the quartz_cron_schedule to determine the schedule. See https://docs.databricks.com/sql/language-manual/sql-ref-syntax-aux-conf-mgmt-set-timezone.html for details.