diff --git a/bundle/internal/schema/annotations.yml b/bundle/internal/schema/annotations.yml index 44fbe78f0..98db811e2 100644 --- a/bundle/internal/schema/annotations.yml +++ b/bundle/internal/schema/annotations.yml @@ -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": |- diff --git a/bundle/schema/jsonschema.json b/bundle/schema/jsonschema.json index 838fb62e3..ef0eb9e9c 100644 --- a/bundle/schema/jsonschema.json +++ b/bundle/schema/jsonschema.json @@ -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": {