jobs_run_now
Trigger an immediate run of a Databricks job by specifying the job ID and optional parameters, and obtain the run ID for monitoring.
Instructions
Trigger a job run and return the run_id. By default, parameters not listed
are taken from the job's existing parameter defaults.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Job ID to run | |
| notebook_params | No | ||
| python_params | No | ||
| jar_params | No | ||
| spark_submit_params | No | ||
| sql_params | No | ||
| dbt_commands | No | ||
| idempotency_token | No | ||
| pipeline_params | No | ||
| queue | No | ||
| webhook_notifications | No | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |