mirror of https://github.com/databricks/cli.git
comment
This commit is contained in:
parent
507b99dca1
commit
f26027ab1c
|
@ -8,6 +8,9 @@ import (
|
|||
|
||||
type Mode string
|
||||
|
||||
// We alias it here to override the JSON schema associated with a variable value
|
||||
// in a target override. This is because we allow for directly specifying the value
|
||||
// in addition to the variable.Variable struct format in a target override.
|
||||
type TargetVariable variable.Variable
|
||||
|
||||
// Target defines overrides for a single target.
|
||||
|
|
Loading…
Reference in New Issue