databricks-cli/bundle/config
Pieter Noordhuis cdc776d89e
Parameterize interpolation function (#117)
By specifying a function typed `LookupFunction` the caller can customize
which path expressions to interpolate and which ones to skip. When we
express dependencies between resources their values are known by
Terraform at deploy time. Therefore, we have to skip interpolation for
`${resources.jobs.my_job.id}` and instead rewrite it to
`${databricks_job.my_job.id}` before passing it along to Terraform.
2022-12-01 22:38:49 +01:00
..
interpolation Parameterize interpolation function (#117) 2022-12-01 22:38:49 +01:00
mutator Mutators to define current user and default artifact path (#112) 2022-12-01 11:17:29 +01:00
resources Rename jobs -> workflows (#111) 2022-12-01 09:35:21 +01:00
artifact.go Model code artifacts (#107) 2022-11-30 14:15:22 +01:00
bundle.go Store specified environment in configuration for reference (#104) 2022-11-28 10:10:13 +01:00
environment.go Model code artifacts (#107) 2022-11-30 14:15:22 +01:00
resources.go Rename jobs -> workflows (#111) 2022-12-01 09:35:21 +01:00
root.go Rename jobs -> workflows (#111) 2022-12-01 09:35:21 +01:00
root_test.go Move mutator interface to top level bundle package (#105) 2022-11-28 10:59:43 +01:00
workspace.go Mutators to define current user and default artifact path (#112) 2022-12-01 11:17:29 +01:00