Closed 8sdhh290 closed 3 weeks ago
For jobs, libraries aren't installed on the cluster itself but attached to tasks... It's mentioned in the docs that not all parameters are supported: https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/job#new_cluster, although library
not in the list.
Thanks!
Configuration
Expected Behavior
I expect the custom library to be installed on the job cluster.
Actual Behavior
On
terraform apply
I get a panic:Error: panic: interface conversion: interface {} is nil, not map[string]interface {}
If I comment out the library block,terraform apply
runs properly.Steps to Reproduce
terraform apply
Terraform and provider versions
Is it a regression?
I have not used previous versions.
Debug Output
https://gist.github.com/8sdhh290/bcece748f09d0175719c26aa3f4f3fb1
The names are different that in the example as above, but the crash still holds.
Important Factoids
N/A
Would you like to implement a fix?