mirror of https://github.com/databricks/cli.git
fix: Few descriptions fixes
This commit is contained in:
parent
0171513338
commit
d2bfb67be2
|
@ -8,7 +8,7 @@ github.com/databricks/cli/bundle/config.Artifact:
|
|||
To specify multiple build commands, separate each command with double-ampersand (&&) characters.
|
||||
"executable":
|
||||
"description": |-
|
||||
The executable type. Valid values are ......
|
||||
The executable type.
|
||||
"files":
|
||||
"description": |-
|
||||
The source files for the artifact.
|
||||
|
@ -209,7 +209,7 @@ github.com/databricks/cli/bundle/config.Root:
|
|||
See [_](/dev-tools/bundles/resources.md).
|
||||
"run_as":
|
||||
"description": |-
|
||||
PLACEHOLDER
|
||||
The identity to use to run the bundle.
|
||||
"sync":
|
||||
"description": |-
|
||||
The files and file paths to include or exclude in the bundle.
|
||||
|
@ -415,7 +415,10 @@ github.com/databricks/cli/bundle/config/variable.TargetVariable:
|
|||
The name of the alert, cluster_policy, cluster, dashboard, instance_pool, job, metastore, pipeline, query, service_principal, or warehouse object for which to retrieve an ID.
|
||||
"type":
|
||||
"description": |-
|
||||
The type of the variable. Valid values are complex.
|
||||
The type of the variable.
|
||||
"markdown_description":
|
||||
"description": |-
|
||||
The type of the variable. Valid values are `complex`.
|
||||
github.com/databricks/cli/bundle/config/variable.Variable:
|
||||
"default":
|
||||
"description": |-
|
||||
|
|
|
@ -909,7 +909,7 @@
|
|||
"$ref": "#/$defs/github.com/databricks/cli/bundle/config/variable.Lookup"
|
||||
},
|
||||
"type": {
|
||||
"description": "The type of the variable. Valid values are complex.",
|
||||
"description": "The type of the variable.",
|
||||
"$ref": "#/$defs/github.com/databricks/cli/bundle/config/variable.VariableType"
|
||||
}
|
||||
},
|
||||
|
@ -953,7 +953,7 @@
|
|||
"$ref": "#/$defs/string"
|
||||
},
|
||||
"executable": {
|
||||
"description": "The executable type. Valid values are ......",
|
||||
"description": "The executable type.",
|
||||
"$ref": "#/$defs/github.com/databricks/cli/libs/exec.ExecutableType"
|
||||
},
|
||||
"files": {
|
||||
|
@ -6299,6 +6299,7 @@
|
|||
"markdownDescription": "See [link](https://docs.databricks.com/dev-tools/bundles/resources.html)."
|
||||
},
|
||||
"run_as": {
|
||||
"description": "The identity to use to run the bundle.",
|
||||
"$ref": "#/$defs/github.com/databricks/databricks-sdk-go/service/jobs.JobRunAs"
|
||||
},
|
||||
"sync": {
|
||||
|
|
Loading…
Reference in New Issue