trigger_run
Execute a Databricks Lakeflow job with custom Python arguments to orchestrate data workflows and monitor cluster execution.
Instructions
Triggers a run of the specified job.
Args:
job_id: The ID of the job to run.
job_args: A list of Python parameters to pass to the run.
Returns:
The ID of the triggered run.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| job_args | No |