Re-generate doc after merge

This commit is contained in:
Ilya Kuznetsov 2025-02-24 17:26:05 +01:00
parent f49641e79e
commit 8c36b93614
No known key found for this signature in database
GPG Key ID: 91F3DDCF5D21CDDF
2 changed files with 4689 additions and 3809 deletions

View File

@ -1,5 +1,5 @@
---
description: Configuration reference for databricks.yml
description: "Configuration reference for databricks.yml"
---
<!-- DO NOT EDIT. This file is autogenerated with https://github.com/databricks/cli -->
@ -10,13 +10,14 @@ This article provides reference for keys supported by Databricks Asset Bundles c
For complete bundle examples, see [\_](/dev-tools/bundles/resource-examples.md) and the [bundle-examples GitHub repository](https://github.com/databricks/bundle-examples).
## artifacts
**`Type: Map`**
Defines the attributes to build artifacts, where each key is the name of the artifact, and the value is a Map that defines the artifact build settings. For information about the `artifacts` mapping, see [\_](/dev-tools/bundles/settings.md#artifacts).
Defines the attributes to build artifacts, where each key is the name of the artifact, and the value is a Map that defines the artifact build settings. For information about the `artifacts` mapping, see [_](/dev-tools/bundles/settings.md#artifacts).
Artifact settings defined in the top level of the bundle configuration can be overridden in the `targets` mapping. See [\_](/dev-tools/bundles/artifact-overrides.md).
Artifact settings defined in the top level of the bundle configuration can be overridden in the `targets` mapping. See [_](/dev-tools/bundles/artifact-overrides.md).
```yaml
artifacts:
@ -24,6 +25,7 @@ artifacts:
<artifact-field-name>: <artifact-field-value>
```
:::list-table
- - Key
@ -38,13 +40,9 @@ artifacts:
- String
- The executable type. Valid values are `bash`, `sh`, and `cmd`.
<<<<<<< HEAD
- - `files`
- Sequence
- # The source files for the artifact. See [\_](#artifactsnamefiles).
* - `files` - Sequence - The source files for the artifact. See [\_](#artifactsnamefiles).
> > > > > > > 4881fd873b6b615c79e5e792cdf62aac86d49642
- Sequence
- The source files for the artifact. See [_](#artifactsnamefiles).
- - `path`
- String
@ -56,6 +54,7 @@ artifacts:
:::
**Example**
```yaml
@ -72,6 +71,8 @@ artifacts:
The source files for the artifact.
:::list-table
- - Key
@ -84,12 +85,15 @@ The source files for the artifact.
:::
## bundle
**`Type: Map`**
The bundle attributes when deploying to this target,
:::list-table
- - Key
@ -98,7 +102,7 @@ The bundle attributes when deploying to this target,
- - `cluster_id`
- String
- The ID of a cluster to use to run the bundle. See [\_](/dev-tools/bundles/settings.md#cluster_id).
- The ID of a cluster to use to run the bundle. See [_](/dev-tools/bundles/settings.md#cluster_id).
- - `compute_id`
- String
@ -106,25 +110,15 @@ The bundle attributes when deploying to this target,
- - `databricks_cli_version`
- String
- The Databricks CLI version to use for the bundle. See [\_](/dev-tools/bundles/settings.md#databricks_cli_version).
<<<<<<< HEAD
- The Databricks CLI version to use for the bundle. See [_](/dev-tools/bundles/settings.md#databricks_cli_version).
- - `deployment`
- Map
- The definition of the bundle deployment. For supported attributes see [\_](/dev-tools/bundles/deployment-modes.md). See [\_](#bundledeployment).
- The definition of the bundle deployment. For supported attributes see [_](/dev-tools/bundles/deployment-modes.md). See [_](#bundledeployment).
- - `git`
- Map
- # The Git version control details that are associated with your bundle. For supported attributes see [\_](/dev-tools/bundles/settings.md#git). See [\_](#bundlegit).
* - `deployment`
- Map
- The definition of the bundle deployment. For supported attributes see [\_](/dev-tools/bundles/deployment-modes.md). See [\_](#bundledeployment).
* - `git` - Map - The Git version control details that are associated with your bundle. For supported attributes see [\_](/dev-tools/bundles/settings.md#git). See [\_](#bundlegit).
> > > > > > > 4881fd873b6b615c79e5e792cdf62aac86d49642
- Map
- The Git version control details that are associated with your bundle. For supported attributes see [_](/dev-tools/bundles/settings.md#git). See [_](#bundlegit).
- - `name`
- String
@ -136,11 +130,14 @@ The bundle attributes when deploying to this target,
:::
### bundle.deployment
**`Type: Map`**
The definition of the bundle deployment. For supported attributes see [\_](/dev-tools/bundles/deployment-modes.md).
The definition of the bundle deployment. For supported attributes see [_](/dev-tools/bundles/deployment-modes.md).
:::list-table
@ -152,16 +149,12 @@ The definition of the bundle deployment. For supported attributes see [\_](/dev-
- Boolean
- Whether to fail on active runs. If this is set to true a deployment that is running can be interrupted.
<<<<<<< HEAD
- - `lock`
- Map
- The deployment lock attributes. See [\_](#bundledeploymentlock).
- The deployment lock attributes. See [_](#bundledeploymentlock).
# :::
:::
- - `lock` - Map - The deployment lock attributes. See [\_](#bundledeploymentlock).
> > > > > > > 4881fd873b6b615c79e5e792cdf62aac86d49642
### bundle.deployment.lock
@ -169,6 +162,8 @@ The definition of the bundle deployment. For supported attributes see [\_](/dev-
The deployment lock attributes.
:::list-table
- - Key
@ -185,11 +180,14 @@ The deployment lock attributes.
:::
### bundle.git
**`Type: Map`**
The Git version control details that are associated with your bundle. For supported attributes see [\_](/dev-tools/bundles/settings.md#git).
The Git version control details that are associated with your bundle. For supported attributes see [_](/dev-tools/bundles/settings.md#git).
:::list-table
@ -199,43 +197,36 @@ The Git version control details that are associated with your bundle. For suppor
- - `branch`
- String
- The Git branch name. See [\_](/dev-tools/bundles/settings.md#git).
- The Git branch name. See [_](/dev-tools/bundles/settings.md#git).
- - `origin_url`
- String
- The origin URL of the repository. See [\_](/dev-tools/bundles/settings.md#git).
- The origin URL of the repository. See [_](/dev-tools/bundles/settings.md#git).
:::
## experimental
**`Type: Map`**
Defines attributes for experimental features.
:::list-table
- - Key
- Type
- Description
<<<<<<< HEAD
- - `pydabs`
- Map
- The PyDABs configuration. See [\_](#experimentalpydabs).
- The PyDABs configuration. See [_](#experimentalpydabs).
- - `python`
- Map
- # Configures loading of Python code defined with 'databricks-bundles' package. See [\_](#experimentalpython).
* - `pydabs`
- Map
- The PyDABs configuration. See [\_](#experimentalpydabs).
* - `python` - Map - Configures loading of Python code defined with 'databricks-bundles' package. See [\_](#experimentalpython).
> > > > > > > 4881fd873b6b615c79e5e792cdf62aac86d49642
- Map
- Configures loading of Python code defined with 'databricks-bundles' package. See [_](#experimentalpython).
- - `python_wheel_wrapper`
- Boolean
@ -251,12 +242,15 @@ Defines attributes for experimental features.
:::
### experimental.pydabs
**`Type: Map`**
The PyDABs configuration.
:::list-table
- - Key
@ -277,12 +271,15 @@ The PyDABs configuration.
:::
### experimental.python
**`Type: Map`**
Configures loading of Python code defined with 'databricks-bundles' package.
:::list-table
- - Key
@ -291,23 +288,25 @@ Configures loading of Python code defined with 'databricks-bundles' package.
- - `mutators`
- Sequence
- Mutators contains a list of fully qualified function paths to mutator functions. Example: ["my_project.mutators:add_default_cluster"]
- Mutators contains a list of fully qualified function paths to mutator functions. Example: ["my_project.mutators:add_default_cluster"]
- - `resources`
- Sequence
- Resources contains a list of fully qualified function paths to load resources defined in Python code. Example: ["my_project.resources:load_resources"]
- Resources contains a list of fully qualified function paths to load resources defined in Python code. Example: ["my_project.resources:load_resources"]
- - `venv_path`
- String
- VEnvPath is path to the virtual environment. If enabled, Python code will execute within this environment. If disabled, it defaults to using the Python interpreter available in the current shell.
- VEnvPath is path to the virtual environment. If enabled, Python code will execute within this environment. If disabled, it defaults to using the Python interpreter available in the current shell.
:::
## include
**`Type: Sequence`**
Specifies a list of path globs that contain configuration files to include within the bundle. See [\_](/dev-tools/bundles/settings.md#include)
Specifies a list of path globs that contain configuration files to include within the bundle. See [_](/dev-tools/bundles/settings.md#include)
## permissions
@ -315,7 +314,9 @@ Specifies a list of path globs that contain configuration files to include withi
A Sequence that defines the permissions to apply to experiments, jobs, pipelines, and models defined in the bundle, where each item in the sequence is a permission for a specific entity.
See [\_](/dev-tools/bundles/settings.md#permissions) and [\_](/dev-tools/bundles/permissions.md).
See [_](/dev-tools/bundles/settings.md#permissions) and [_](/dev-tools/bundles/permissions.md).
:::list-table
@ -341,6 +342,7 @@ See [\_](/dev-tools/bundles/settings.md#permissions) and [\_](/dev-tools/bundles
:::
**Example**
```yaml
@ -357,7 +359,9 @@ permissions:
**`Type: Map`**
Defines bundle deployment presets. See [\_](/dev-tools/bundles/deployment-modes.md#presets).
Defines bundle deployment presets. See [_](/dev-tools/bundles/deployment-modes.md#presets).
:::list-table
@ -391,11 +395,12 @@ Defines bundle deployment presets. See [\_](/dev-tools/bundles/deployment-modes.
:::
## resources
**`Type: Map`**
A Map that defines the resources for the bundle, where each key is the name of the resource, and the value is a Map that defines the resource. For more information about Databricks Asset Bundles supported resources, and resource definition reference, see [\_](/dev-tools/bundles/resources.md).
A Map that defines the resources for the bundle, where each key is the name of the resource, and the value is a Map that defines the resource. For more information about Databricks Asset Bundles supported resources, and resource definition reference, see [_](/dev-tools/bundles/resources.md).
```yaml
resources:
@ -404,6 +409,8 @@ resources:
<resource-field-name>: <resource-field-value>
```
:::list-table
- - Key
@ -416,55 +423,58 @@ resources:
- - `clusters`
- Map
- The cluster definitions for the bundle, where each key is the name of a cluster. See [\_](/dev-tools/bundles/resources.md#clusters)
- The cluster definitions for the bundle, where each key is the name of a cluster. See [_](/dev-tools/bundles/resources.md#clusters)
- - `dashboards`
- Map
- The dashboard definitions for the bundle, where each key is the name of the dashboard. See [\_](/dev-tools/bundles/resources.md#dashboards)
- The dashboard definitions for the bundle, where each key is the name of the dashboard. See [_](/dev-tools/bundles/resources.md#dashboards)
- - `experiments`
- Map
- The experiment definitions for the bundle, where each key is the name of the experiment. See [\_](/dev-tools/bundles/resources.md#experiments)
- The experiment definitions for the bundle, where each key is the name of the experiment. See [_](/dev-tools/bundles/resources.md#experiments)
- - `jobs`
- Map
- The job definitions for the bundle, where each key is the name of the job. See [\_](/dev-tools/bundles/resources.md#jobs)
- The job definitions for the bundle, where each key is the name of the job. See [_](/dev-tools/bundles/resources.md#jobs)
- - `model_serving_endpoints`
- Map
- The model serving endpoint definitions for the bundle, where each key is the name of the model serving endpoint. See [\_](/dev-tools/bundles/resources.md#model_serving_endpoints)
- The model serving endpoint definitions for the bundle, where each key is the name of the model serving endpoint. See [_](/dev-tools/bundles/resources.md#model_serving_endpoints)
- - `models`
- Map
- The model definitions for the bundle, where each key is the name of the model. See [\_](/dev-tools/bundles/resources.md#models)
- The model definitions for the bundle, where each key is the name of the model. See [_](/dev-tools/bundles/resources.md#models)
- - `pipelines`
- Map
- The pipeline definitions for the bundle, where each key is the name of the pipeline. See [\_](/dev-tools/bundles/resources.md#pipelines)
- The pipeline definitions for the bundle, where each key is the name of the pipeline. See [_](/dev-tools/bundles/resources.md#pipelines)
- - `quality_monitors`
- Map
- The quality monitor definitions for the bundle, where each key is the name of the quality monitor. See [\_](/dev-tools/bundles/resources.md#quality_monitors)
- The quality monitor definitions for the bundle, where each key is the name of the quality monitor. See [_](/dev-tools/bundles/resources.md#quality_monitors)
- - `registered_models`
- Map
- The registered model definitions for the bundle, where each key is the name of the Unity Catalog registered model. See [\_](/dev-tools/bundles/resources.md#registered_models)
- The registered model definitions for the bundle, where each key is the name of the Unity Catalog registered model. See [_](/dev-tools/bundles/resources.md#registered_models)
- - `schemas`
- Map
- The schema definitions for the bundle, where each key is the name of the schema. See [\_](/dev-tools/bundles/resources.md#schemas)
- The schema definitions for the bundle, where each key is the name of the schema. See [_](/dev-tools/bundles/resources.md#schemas)
- - `volumes`
- Map
- The volume definitions for the bundle, where each key is the name of the volume. See [\_](/dev-tools/bundles/resources.md#volumes)
- The volume definitions for the bundle, where each key is the name of the volume. See [_](/dev-tools/bundles/resources.md#volumes)
:::
## run_as
**`Type: Map`**
The identity to use when running Databricks Asset Bundles workflows. See [\_](/dev-tools/bundles/run-as.md).
The identity to use when running Databricks Asset Bundles workflows. See [_](/dev-tools/bundles/run-as.md).
:::list-table
@ -482,11 +492,14 @@ The identity to use when running Databricks Asset Bundles workflows. See [\_](/d
:::
## sync
**`Type: Map`**
The files and file paths to include or exclude in the bundle. See [\_](/dev-tools/bundles/settings.md#sync).
The files and file paths to include or exclude in the bundle. See [_](/dev-tools/bundles/settings.md#sync).
:::list-table
@ -508,11 +521,12 @@ The files and file paths to include or exclude in the bundle. See [\_](/dev-tool
:::
## targets
**`Type: Map`**
Defines deployment targets for the bundle. See [\_](/dev-tools/bundles/settings.md#targets)
Defines deployment targets for the bundle. See [_](/dev-tools/bundles/settings.md#targets)
```yaml
targets:
@ -520,29 +534,20 @@ targets:
<target-field-name>: <target-field-value>
```
:::list-table
- - Key
- Type
- Description
<<<<<<< HEAD
- - `artifacts`
- Map
- The artifacts to include in the target deployment. See [\_](#targetsnameartifacts).
- The artifacts to include in the target deployment. See [_](#targetsnameartifacts).
- - `bundle`
- Map
- # The bundle attributes when deploying to this target. See [\_](#targetsnamebundle).
* - `artifacts`
- Map
- The artifacts to include in the target deployment. See [\_](#targetsnameartifacts).
* - `bundle` - Map - The bundle attributes when deploying to this target. See [\_](#targetsnamebundle).
> > > > > > > 4881fd873b6b615c79e5e792cdf62aac86d49642
- Map
- The bundle attributes when deploying to this target. See [_](#targetsnamebundle).
- - `cluster_id`
- String
@ -556,76 +561,44 @@ targets:
- Boolean
- Whether this target is the default target.
<<<<<<< HEAD
- - `git`
- Map
- # The Git version control settings for the target. See [\_](#targetsnamegit).
* - `git` - Map - The Git version control settings for the target. See [\_](#targetsnamegit).
> > > > > > > 4881fd873b6b615c79e5e792cdf62aac86d49642
- Map
- The Git version control settings for the target. See [_](#targetsnamegit).
- - `mode`
- String
- The deployment mode for the target. Valid values are `development` or `production`. See [\_](/dev-tools/bundles/deployment-modes.md).
<<<<<<< HEAD
- The deployment mode for the target. Valid values are `development` or `production`. See [_](/dev-tools/bundles/deployment-modes.md).
- - `permissions`
- Sequence
- The permissions for deploying and running the bundle in the target. See [\_](#targetsnamepermissions).
- The permissions for deploying and running the bundle in the target. See [_](#targetsnamepermissions).
- - `presets`
- Map
- The deployment presets for the target. See [\_](#targetsnamepresets).
- The deployment presets for the target. See [_](#targetsnamepresets).
- - `resources`
- Map
- The resource definitions for the target. See [\_](#targetsnameresources).
- The resource definitions for the target. See [_](#targetsnameresources).
- - `run_as`
- Map
- The identity to use to run the bundle, see [\_](/dev-tools/bundles/run-as.md). See [\_](#targetsnamerun_as).
- The identity to use to run the bundle, see [_](/dev-tools/bundles/run-as.md). See [_](#targetsnamerun_as).
- - `sync`
- Map
- The local paths to sync to the target workspace when a bundle is run or deployed. See [\_](#targetsnamesync).
- The local paths to sync to the target workspace when a bundle is run or deployed. See [_](#targetsnamesync).
- - `variables`
- Map
- The custom variable definitions for the target. See [\_](#targetsnamevariables).
- The custom variable definitions for the target. See [_](#targetsnamevariables).
- - `workspace`
- Map
- The Databricks workspace for the target. See [\_](#targetsnameworkspace).
- The Databricks workspace for the target. See [_](#targetsnameworkspace).
# :::
:::
- - `permissions`
- Sequence
- The permissions for deploying and running the bundle in the target. See [\_](#targetsnamepermissions).
- - `presets`
- Map
- The deployment presets for the target. See [\_](#targetsnamepresets).
- - `resources`
- Map
- The resource definitions for the target. See [\_](#targetsnameresources).
- - `run_as`
- Map
- The identity to use to run the bundle, see [\_](/dev-tools/bundles/run-as.md). See [\_](#targetsnamerun_as).
- - `sync`
- Map
- The local paths to sync to the target workspace when a bundle is run or deployed. See [\_](#targetsnamesync).
- - `variables`
- Map
- The custom variable definitions for the target. See [\_](#targetsnamevariables).
- - `workspace` - Map - The Databricks workspace for the target. See [\_](#targetsnameworkspace).
> > > > > > > 4881fd873b6b615c79e5e792cdf62aac86d49642
### targets.\<name\>.artifacts
@ -639,6 +612,7 @@ artifacts:
<artifact-field-name>: <artifact-field-value>
```
:::list-table
- - Key
@ -653,13 +627,9 @@ artifacts:
- String
- The executable type. Valid values are `bash`, `sh`, and `cmd`.
<<<<<<< HEAD
- - `files`
- Sequence
- # The source files for the artifact. See [\_](#targetsnameartifactsnamefiles).
* - `files` - Sequence - The source files for the artifact. See [\_](#targetsnameartifactsnamefiles).
> > > > > > > 4881fd873b6b615c79e5e792cdf62aac86d49642
- Sequence
- The source files for the artifact. See [_](#targetsnameartifactsnamefiles).
- - `path`
- String
@ -671,12 +641,15 @@ artifacts:
:::
### targets.\<name\>.artifacts.\<name\>.files
**`Type: Sequence`**
The source files for the artifact.
:::list-table
- - Key
@ -689,12 +662,15 @@ The source files for the artifact.
:::
### targets.\<name\>.bundle
**`Type: Map`**
The bundle attributes when deploying to this target.
:::list-table
- - Key
@ -703,7 +679,7 @@ The bundle attributes when deploying to this target.
- - `cluster_id`
- String
- The ID of a cluster to use to run the bundle. See [\_](/dev-tools/bundles/settings.md#cluster_id).
- The ID of a cluster to use to run the bundle. See [_](/dev-tools/bundles/settings.md#cluster_id).
- - `compute_id`
- String
@ -711,25 +687,15 @@ The bundle attributes when deploying to this target.
- - `databricks_cli_version`
- String
- The Databricks CLI version to use for the bundle. See [\_](/dev-tools/bundles/settings.md#databricks_cli_version).
<<<<<<< HEAD
- The Databricks CLI version to use for the bundle. See [_](/dev-tools/bundles/settings.md#databricks_cli_version).
- - `deployment`
- Map
- The definition of the bundle deployment. For supported attributes see [\_](/dev-tools/bundles/deployment-modes.md). See [\_](#targetsnamebundledeployment).
- The definition of the bundle deployment. For supported attributes see [_](/dev-tools/bundles/deployment-modes.md). See [_](#targetsnamebundledeployment).
- - `git`
- Map
- # The Git version control details that are associated with your bundle. For supported attributes see [\_](/dev-tools/bundles/settings.md#git). See [\_](#targetsnamebundlegit).
* - `deployment`
- Map
- The definition of the bundle deployment. For supported attributes see [\_](/dev-tools/bundles/deployment-modes.md). See [\_](#targetsnamebundledeployment).
* - `git` - Map - The Git version control details that are associated with your bundle. For supported attributes see [\_](/dev-tools/bundles/settings.md#git). See [\_](#targetsnamebundlegit).
> > > > > > > 4881fd873b6b615c79e5e792cdf62aac86d49642
- Map
- The Git version control details that are associated with your bundle. For supported attributes see [_](/dev-tools/bundles/settings.md#git). See [_](#targetsnamebundlegit).
- - `name`
- String
@ -741,11 +707,14 @@ The bundle attributes when deploying to this target.
:::
### targets.\<name\>.bundle.deployment
**`Type: Map`**
The definition of the bundle deployment. For supported attributes see [\_](/dev-tools/bundles/deployment-modes.md).
The definition of the bundle deployment. For supported attributes see [_](/dev-tools/bundles/deployment-modes.md).
:::list-table
@ -757,16 +726,12 @@ The definition of the bundle deployment. For supported attributes see [\_](/dev-
- Boolean
- Whether to fail on active runs. If this is set to true a deployment that is running can be interrupted.
<<<<<<< HEAD
- - `lock`
- Map
- The deployment lock attributes. See [\_](#targetsnamebundledeploymentlock).
- The deployment lock attributes. See [_](#targetsnamebundledeploymentlock).
# :::
:::
- - `lock` - Map - The deployment lock attributes. See [\_](#targetsnamebundledeploymentlock).
> > > > > > > 4881fd873b6b615c79e5e792cdf62aac86d49642
### targets.\<name\>.bundle.deployment.lock
@ -774,6 +739,8 @@ The definition of the bundle deployment. For supported attributes see [\_](/dev-
The deployment lock attributes.
:::list-table
- - Key
@ -790,11 +757,14 @@ The deployment lock attributes.
:::
### targets.\<name\>.bundle.git
**`Type: Map`**
The Git version control details that are associated with your bundle. For supported attributes see [\_](/dev-tools/bundles/settings.md#git).
The Git version control details that are associated with your bundle. For supported attributes see [_](/dev-tools/bundles/settings.md#git).
:::list-table
@ -804,20 +774,23 @@ The Git version control details that are associated with your bundle. For suppor
- - `branch`
- String
- The Git branch name. See [\_](/dev-tools/bundles/settings.md#git).
- The Git branch name. See [_](/dev-tools/bundles/settings.md#git).
- - `origin_url`
- String
- The origin URL of the repository. See [\_](/dev-tools/bundles/settings.md#git).
- The origin URL of the repository. See [_](/dev-tools/bundles/settings.md#git).
:::
### targets.\<name\>.git
**`Type: Map`**
The Git version control settings for the target.
:::list-table
- - Key
@ -826,20 +799,23 @@ The Git version control settings for the target.
- - `branch`
- String
- The Git branch name. See [\_](/dev-tools/bundles/settings.md#git).
- The Git branch name. See [_](/dev-tools/bundles/settings.md#git).
- - `origin_url`
- String
- The origin URL of the repository. See [\_](/dev-tools/bundles/settings.md#git).
- The origin URL of the repository. See [_](/dev-tools/bundles/settings.md#git).
:::
### targets.\<name\>.permissions
**`Type: Sequence`**
The permissions for deploying and running the bundle in the target.
:::list-table
- - Key
@ -864,12 +840,15 @@ The permissions for deploying and running the bundle in the target.
:::
### targets.\<name\>.presets
**`Type: Map`**
The deployment presets for the target.
:::list-table
- - Key
@ -902,12 +881,15 @@ The deployment presets for the target.
:::
### targets.\<name\>.resources
**`Type: Map`**
The resource definitions for the target.
:::list-table
- - Key
@ -920,55 +902,58 @@ The resource definitions for the target.
- - `clusters`
- Map
- The cluster definitions for the bundle, where each key is the name of a cluster. See [\_](/dev-tools/bundles/resources.md#clusters)
- The cluster definitions for the bundle, where each key is the name of a cluster. See [_](/dev-tools/bundles/resources.md#clusters)
- - `dashboards`
- Map
- The dashboard definitions for the bundle, where each key is the name of the dashboard. See [\_](/dev-tools/bundles/resources.md#dashboards)
- The dashboard definitions for the bundle, where each key is the name of the dashboard. See [_](/dev-tools/bundles/resources.md#dashboards)
- - `experiments`
- Map
- The experiment definitions for the bundle, where each key is the name of the experiment. See [\_](/dev-tools/bundles/resources.md#experiments)
- The experiment definitions for the bundle, where each key is the name of the experiment. See [_](/dev-tools/bundles/resources.md#experiments)
- - `jobs`
- Map
- The job definitions for the bundle, where each key is the name of the job. See [\_](/dev-tools/bundles/resources.md#jobs)
- The job definitions for the bundle, where each key is the name of the job. See [_](/dev-tools/bundles/resources.md#jobs)
- - `model_serving_endpoints`
- Map
- The model serving endpoint definitions for the bundle, where each key is the name of the model serving endpoint. See [\_](/dev-tools/bundles/resources.md#model_serving_endpoints)
- The model serving endpoint definitions for the bundle, where each key is the name of the model serving endpoint. See [_](/dev-tools/bundles/resources.md#model_serving_endpoints)
- - `models`
- Map
- The model definitions for the bundle, where each key is the name of the model. See [\_](/dev-tools/bundles/resources.md#models)
- The model definitions for the bundle, where each key is the name of the model. See [_](/dev-tools/bundles/resources.md#models)
- - `pipelines`
- Map
- The pipeline definitions for the bundle, where each key is the name of the pipeline. See [\_](/dev-tools/bundles/resources.md#pipelines)
- The pipeline definitions for the bundle, where each key is the name of the pipeline. See [_](/dev-tools/bundles/resources.md#pipelines)
- - `quality_monitors`
- Map
- The quality monitor definitions for the bundle, where each key is the name of the quality monitor. See [\_](/dev-tools/bundles/resources.md#quality_monitors)
- The quality monitor definitions for the bundle, where each key is the name of the quality monitor. See [_](/dev-tools/bundles/resources.md#quality_monitors)
- - `registered_models`
- Map
- The registered model definitions for the bundle, where each key is the name of the Unity Catalog registered model. See [\_](/dev-tools/bundles/resources.md#registered_models)
- The registered model definitions for the bundle, where each key is the name of the Unity Catalog registered model. See [_](/dev-tools/bundles/resources.md#registered_models)
- - `schemas`
- Map
- The schema definitions for the bundle, where each key is the name of the schema. See [\_](/dev-tools/bundles/resources.md#schemas)
- The schema definitions for the bundle, where each key is the name of the schema. See [_](/dev-tools/bundles/resources.md#schemas)
- - `volumes`
- Map
- The volume definitions for the bundle, where each key is the name of the volume. See [\_](/dev-tools/bundles/resources.md#volumes)
- The volume definitions for the bundle, where each key is the name of the volume. See [_](/dev-tools/bundles/resources.md#volumes)
:::
### targets.\<name\>.run_as
**`Type: Map`**
The identity to use to run the bundle, see [\_](/dev-tools/bundles/run-as.md).
The identity to use to run the bundle, see [_](/dev-tools/bundles/run-as.md).
:::list-table
@ -986,12 +971,15 @@ The identity to use to run the bundle, see [\_](/dev-tools/bundles/run-as.md).
:::
### targets.\<name\>.sync
**`Type: Map`**
The local paths to sync to the target workspace when a bundle is run or deployed.
:::list-table
- - Key
@ -1012,6 +1000,7 @@ The local paths to sync to the target workspace when a bundle is run or deployed
:::
### targets.\<name\>.variables
**`Type: Map`**
@ -1024,6 +1013,7 @@ variables:
<variable-field-name>: <variable-field-value>
```
:::list-table
- - Key
@ -1038,13 +1028,9 @@ variables:
- String
- The description of the variable.
<<<<<<< HEAD
- - `lookup`
- Map
- # 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. See [*](#targetsnamevariablesnamelookup).
* - `lookup` - Map - 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. See [*](#targetsnamevariablesnamelookup).
> > > > > > > 4881fd873b6b615c79e5e792cdf62aac86d49642
- Map
- 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. See [_](#targetsnamevariablesnamelookup).
- - `type`
- String
@ -1052,12 +1038,15 @@ variables:
:::
### targets.\<name\>.variables.\<name\>.lookup
**`Type: Map`**
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.
:::list-table
- - Key
@ -1114,12 +1103,15 @@ The name of the alert, cluster_policy, cluster, dashboard, instance_pool, job, m
:::
### targets.\<name\>.workspace
**`Type: Map`**
The Databricks workspace for the target.
:::list-table
- - Key
@ -1192,11 +1184,12 @@ The Databricks workspace for the target.
:::
## variables
**`Type: Map`**
Defines a custom variable for the bundle. See [\_](/dev-tools/bundles/settings.md#variables).
Defines a custom variable for the bundle. See [_](/dev-tools/bundles/settings.md#variables).
```yaml
variables:
@ -1204,6 +1197,7 @@ variables:
<variable-field-name>: <variable-field-value>
```
:::list-table
- - Key
@ -1218,13 +1212,9 @@ variables:
- String
- The description of the variable
<<<<<<< HEAD
- - `lookup`
- Map
- # 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. See [\_](#variablesnamelookup).
* - `lookup` - Map - 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. See [\_](#variablesnamelookup).
> > > > > > > 4881fd873b6b615c79e5e792cdf62aac86d49642
- Map
- 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. See [_](#variablesnamelookup).
- - `type`
- String
@ -1232,12 +1222,15 @@ variables:
:::
### variables.\<name\>.lookup
**`Type: Map`**
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.
:::list-table
- - Key
@ -1294,11 +1287,14 @@ The name of the `alert`, `cluster_policy`, `cluster`, `dashboard`, `instance_poo
:::
## workspace
**`Type: Map`**
Defines the Databricks workspace for the bundle. See [\_](/dev-tools/bundles/settings.md#workspace).
Defines the Databricks workspace for the bundle. See [_](/dev-tools/bundles/settings.md#workspace).
:::list-table
@ -1371,3 +1367,4 @@ Defines the Databricks workspace for the bundle. See [\_](/dev-tools/bundles/set
- The workspace state path
:::

File diff suppressed because it is too large Load Diff