From 0356e30965948d198cbc8aa5f3eda4ee24140570 Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Thu, 6 Mar 2025 18:21:59 +0100 Subject: [PATCH] acc: Confirm that included variable def overrides databricks.yml (#2442) Expand the test a little to check that complex variables are fully replaced (not merged) by definitions in include file. NO_CHANGELOG=true --- .../bundle/variables/complex_multiple_files/databricks.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/acceptance/bundle/variables/complex_multiple_files/databricks.yml b/acceptance/bundle/variables/complex_multiple_files/databricks.yml index 42a82c615..a3249b9c1 100644 --- a/acceptance/bundle/variables/complex_multiple_files/databricks.yml +++ b/acceptance/bundle/variables/complex_multiple_files/databricks.yml @@ -17,6 +17,13 @@ variables: cluster1: type: complex description: "A cluster definition" + default: + spark_version: "default-version" + node_type_id: "default-node-type" + num_workers: 40 + spark_conf: + spark.databricks.delta.retentionDurationCheck.enabled: true + spark.other.variable.shouldNotBeSeen: true cluster2: type: complex description: "A cluster definition"