Datalore 2022.2 Help

Scheduling

Use scheduling to run your notebooks at selected intervals (hourly, daily, weekly, or monthly). With this feature, you can have your data processed and reports updated regularly.

Set up a schedule

Follow the instruction below to schedule runs for your notebook.

  1. Open the notebook in the editor.

  2. Select Top menu | Run | Schedule runs to open the schedule dialog.

    Schedule dialog
  3. Click Create schedule.

  4. In the Create schedule for [notebook_name], select a time interval and configure it:

    1. If Hourly is selected, set the minute mark in Minutes.

    2. If Daily is selected, set the exact time in Time and select the time zone.

    3. If Weekly is selected, select the day from the Weekday list, set the exact time, and select the time zone.

    4. If Monthly is selected, specify the day of the month in Day, set the exact time, and select the time zone.

    Setting up a schedule
  5. (Optional) Alternatively, you can click Switch to cron string to set up the time interval using cron expressions.

  6. Under Advanced settings, select one or more of the following options:

    • Update the report after each successful run (available for already published reports)

    • Notify users of each successful run by email. You can choose from the list of invited collaborators.

    • Notify users of each failed run by email. You can choose from the list of invited collaborators.

  7. Click Apply to save the created schedule.

  8. After the schedule is created, enable the feature using the Scheduling is on/off toggle in the upper-right corner of the dialog.

View, modify, and manage your schedules

  1. Open the schedule you want to view or edit:

    • From the Home page: select Scheduled notebooks on the left-hand side menu and select the notebook that you want to view from the schedule list.

    • From the editor: open the notebook that you want to view and go to Top menu | Run | Schedule runs.

  2. You can do the following:

    Scheduled notebooks
    • To sort run records by run date or status, click the respective column header.

    • To view errors in failed runs, hover over Error for the respective run.

      View error in a scheduled run
    • To view the static representation of a run in Datalore, click the ellipsis for the respective run and select View run.

    • To delete a run, click the ellipsis for the respective record and select Delete run.

    • To get a .zip file with run artefacts, click Download in the Run results column. The downloaded file contains the notebook version that was run and the attachments (files generated by code).

    • To modify the schedule, click Change scheduling settings in the upper-right corner of the [notebook_name] schedule dialog and set up a new schedule as described in the procedure above.

    • To turn off scheduling for the selected notebook, use the Scheduling is on/off switch in the upper-right corner of the dialog.

Delete a schedule

  1. On the Home page, select Scheduled notebooks on the left-hand side menu.

  2. In the schedule list, click the ellipsis in the row containing the schedule that you want to delete.

  3. Select Delete schedule from the popup menu.

Delete a schedule
Last modified: 14 July 2022