mirror of https://github.com/databricks/cli.git
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:
parent
10b245d10c
commit
0356e30965
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue