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/jobrun_job_task Configuration Blockjob_id - (Required)(String) ID of the jobjob_paramete...
Hi @saurabh18cs ,In my case we are generating Databricks jobs through Terraform. And for job details we are passing JSON files. We deploy the same JSON in different environments like dev, sit and uat.But when we have run_job task, it requires the job...