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.
|
To specify multiple build commands, separate each command with double-ampersand (&&) characters.
|
||||||
"executable":
|
"executable":
|
||||||
"description": |-
|
"description": |-
|
||||||
The executable type. Valid values are ......
|
The executable type.
|
||||||
"files":
|
"files":
|
||||||
"description": |-
|
"description": |-
|
||||||
The source files for the artifact.
|
The source files for the artifact.
|
||||||
|
@ -209,7 +209,7 @@ github.com/databricks/cli/bundle/config.Root:
|
||||||
See [_](/dev-tools/bundles/resources.md).
|
See [_](/dev-tools/bundles/resources.md).
|
||||||
"run_as":
|
"run_as":
|
||||||
"description": |-
|
"description": |-
|
||||||
PLACEHOLDER
|
The identity to use to run the bundle.
|
||||||
"sync":
|
"sync":
|
||||||
"description": |-
|
"description": |-
|
||||||
The files and file paths to include or exclude in the bundle.
|
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.
|
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":
|
"type":
|
||||||
"description": |-
|
"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:
|
github.com/databricks/cli/bundle/config/variable.Variable:
|
||||||
"default":
|
"default":
|
||||||
"description": |-
|
"description": |-
|
||||||
|
|
|
@ -909,7 +909,7 @@
|
||||||
"$ref": "#/$defs/github.com/databricks/cli/bundle/config/variable.Lookup"
|
"$ref": "#/$defs/github.com/databricks/cli/bundle/config/variable.Lookup"
|
||||||
},
|
},
|
||||||
"type": {
|
"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"
|
"$ref": "#/$defs/github.com/databricks/cli/bundle/config/variable.VariableType"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -953,7 +953,7 @@
|
||||||
"$ref": "#/$defs/string"
|
"$ref": "#/$defs/string"
|
||||||
},
|
},
|
||||||
"executable": {
|
"executable": {
|
||||||
"description": "The executable type. Valid values are ......",
|
"description": "The executable type.",
|
||||||
"$ref": "#/$defs/github.com/databricks/cli/libs/exec.ExecutableType"
|
"$ref": "#/$defs/github.com/databricks/cli/libs/exec.ExecutableType"
|
||||||
},
|
},
|
||||||
"files": {
|
"files": {
|
||||||
|
@ -6299,6 +6299,7 @@
|
||||||
"markdownDescription": "See [link](https://docs.databricks.com/dev-tools/bundles/resources.html)."
|
"markdownDescription": "See [link](https://docs.databricks.com/dev-tools/bundles/resources.html)."
|
||||||
},
|
},
|
||||||
"run_as": {
|
"run_as": {
|
||||||
|
"description": "The identity to use to run the bundle.",
|
||||||
"$ref": "#/$defs/github.com/databricks/databricks-sdk-go/service/jobs.JobRunAs"
|
"$ref": "#/$defs/github.com/databricks/databricks-sdk-go/service/jobs.JobRunAs"
|
||||||
},
|
},
|
||||||
"sync": {
|
"sync": {
|
||||||
|
|
Loading…
Reference in New Issue