create_job
Create a Databricks job by specifying a Python package name and remote wheel file path to execute data workflows on Databricks clusters.
Instructions
Creates a Databricks job with the specified wheel and entry point.
Args:
job_name: The name of the job to create.
package_name: The name of the Python package.
remote_wheel_path: The remote path to the uploaded wheel file.
Returns:
The ID of the created job.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_name | Yes | ||
| package_name | Yes | ||
| remote_wheel_path | Yes |