Notebooks scheduler
The notebooks scheduler allows you to execute and manage schedulers for datalab notebooks
How it works
From the browser, you can view the notebooks created in Opengate Data lab
Widget Menu
From the action menu of the widget, it will be possible to do the following:
- New notebook scheduler: allows you to run the notebook scheduler wizard
- Open Opengate Datalab: allows you to open the Opengate Datalab tool if available
- Capture screen: Takes a screenshot of the widget.
- Duplicate widget: Creates a duplicate of the widget on the dashboard.
- Copy widget: Copies the widget to another dashboard.
- Change widget location: Moves the widget to another dashboard.
Notebook actions
The following are the possible actions to perform for each of the organization’s own certificates.
- Execute allows you to execute once the selected notebook (same as scheduler but without time settings)
- Open in datalab opens notebook in the Opengate Datalab tool
- Schedule opens notebook scheduler wizard in order to create a new schedule
- Schedulers lists available schedulers for the selected notebook
For each scheduler you can do the following
- Scheduler identifier for scheduler
- Report shows if execution generates report
- Report retention days days to expire report
- Parameters list of configured parameters
- Last execution date last time scheduler runs
- Next execution date date for the next execution
- Cron pattern
Configuration
General
- Boxed: widget will be displayed with background in dahsboard.
- About: widget description in Markdown format.
- Title: widget title. It can be configured to remain fixed in the widget or only be displayed when it receives focus.
- Toolbar: configures the behavior of the widget bar on the dashboard, allowing you to hide it, hide it when not in use, or leave it always visible.
- Refresh Frequency: allows configuring the data refresh frequency displayed in the list.
- Extra actions: allows user to add new specific actions to the widget with your own code.
You can add a new one by pressing the New button.
Once you added a custom action it can be modified later by pressing the name in the list.
In order to remove the custom action click the delete icon button on the right.
In extra actions you can write your own code were you can open other dashboards, entities dashboards or execute wizards.
You can find all available functions and methods in Extra parameters

