jupyter-scheduler icon indicating copy to clipboard operation
jupyter-scheduler copied to clipboard

UI for event driven notebook execution

Open andrii-i opened this issue 2 years ago • 3 comments

Problem

Currently there is no way to trigger a notebook execution other than executing it manually or relying on job definition to execute it on schedule.

Proposed Solution

UI for event driven notebook execution. Trigger jobs based on S3 upload, etc. Define and reuse triggers.

andrii-i avatar Jul 27 '23 22:07 andrii-i

Should users be able to define new trigger types, such as 's3 upload' or 'sql write', directly through the user interface? Or do we expect that defining new trigger types would be done programmatically only, and users would just use the UI to create triggers of those pre-defined types?

andrii-i avatar Aug 01 '23 23:08 andrii-i

Should users be able to:

  1. Just choose event type with associated parameters and values
  2. Provide values for pre-determined parameters
  3. Provide parameters and values at runtime

andrii-i avatar Aug 14 '23 23:08 andrii-i