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
This commit is contained in:
Denis Bilenko 2025-03-06 18:21:59 +01:00 committed by GitHub
parent 10b245d10c
commit 0356e30965
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -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"