Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2025 11:15 PM
Hi,
In Terraform there is no attribute job_name when we have task type run_job.
https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/job
run_job_task Configuration Block
- job_id - (Required)(String) ID of the job
- job_parameters - (Optional)(Map) Job parameters for the task
The JSON was extracted from Databricks UI, we are following process where developer creates the workflow on UI and then we extract the JSON file from UI and deploy in higher environments.