This commit is contained in:
Shreyas Goenka 2024-09-17 18:39:59 +02:00
parent a448c7f238
commit f4f0e19263
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ func convertJobResource(ctx context.Context, vin dyn.Value) (dyn.Value, error) {
// recreates. For more details see the NOTE at
// https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/job#example-usage
// and https://github.com/databricks/terraform-provider-databricks/issues/4011
// TODO: Is this safe for nil values of task key? Empty strings?
vout := vin
var err error
tasks, ok := vin.Get("tasks").AsSequence()