Trigger a single job run

Use the Run now button to trigger a single job run.

You can also choose to Run now with different parameters to override default job parameters.

Note

Databricks recommends using the default settings that enforce a single concurrent run for each job. If your workload requires multiple concurrent runs of a job, see Configure maximum concurrent runs.

Run a job immediately

To run the job immediately, click Run Now Button.

Tip

You can perform a test run of a job with a notebook task by clicking Run now. Click Run now again after editing the notebook to run the latest version of the notebook.

Run a job with different parameters

You can use Run now with different parameters to run a job with different parameters or override default values for existing parameters.

  1. Click Blue Down Caret next to Run now and select Run now with different parameters or, in the Active Runs table, click Run now with different parameters. Enter the new job parameters as key-value pairs. See Configure job parameters.

  2. Click Run.

Note

The Run now with different parameters dialog contains an option to Switch to legacy parameters if your current job only has task parameters and not job parameters defined. This legacy behavior is no longer recommended.

Manual triggers and continuous jobs

Continuous jobs should always keep the default setting of a single concurrent run. As such, if a continuous trigger is active, the Run now button is replaced by a Restart run button.

If you pause a continuous trigger, the Run now button becomes available.

If any run is active when a continuous trigger is resumed, the job scheduler waits until that run completes to trigger a new run.