Skip to content

Commit 8381131

Browse files
authored
[DJM] Add tag for databricks runtime version (#37379)
1 parent d4a6dd5 commit 8381131

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/fleet/installer/setup/djm/databricks.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ func setupCommonHostTags(s *common.Setup) {
133133
setIfExists(s, "DB_DRIVER_IP", "spark_host_ip", nil)
134134
setIfExists(s, "DB_INSTANCE_TYPE", "databricks_instance_type", nil)
135135
setClearIfExists(s, "DB_IS_JOB_CLUSTER", "databricks_is_job_cluster", nil)
136+
setClearIfExists(s, "DATABRICKS_RUNTIME_VERSION", "databricks_runtime_version", nil)
136137
setIfExists(s, "DD_JOB_NAME", "job_name", func(v string) string {
137138
return jobNameRegex.ReplaceAllString(v, "_")
138139
})

0 commit comments

Comments
 (0)