Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codegen/_openapi_sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a499dda0f7802e37868d3f3076f62639165475d8
50a10950ac51e28984f99a85f0d4511e90d6ae94
Empty file modified .github/workflows/tagging.yml
100644 → 100755
Empty file.
2 changes: 2 additions & 0 deletions NEXT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@
* Make sure warnings asking for approval are understood by agents ([#5239](https://github.com/databricks/cli/pull/5239))

### Dependency updates
* Bump `github.com/databricks/databricks-sdk-go` from v0.132.0 to v0.134.0.
### API Changes
92 changes: 92 additions & 0 deletions acceptance/bundle/refschema/out.fields.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion acceptance/cmd/account/account-help/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Settings
Provisioning
credentials These APIs manage credential configurations for this workspace.
encryption-keys These APIs manage encryption key configurations for this workspace (optional).
endpoints *Beta* These APIs manage endpoint configurations for this account.
endpoints *Public Preview* These APIs manage endpoint configurations for this account.
networks These APIs manage network configurations for customer-managed VPCs (optional).
private-access These APIs manage private access settings for this account.
storage These APIs manage storage configurations for this workspace.
Expand Down
3 changes: 2 additions & 1 deletion acceptance/help/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Apps
apps Apps run directly on a customer's Databricks instance, integrate with their data, use and extend Databricks services, and enable users to interact through single sign-on.

Vector Search
vector-search-endpoints **Endpoint**: Represents the compute resources to host vector search indexes.
vector-search-endpoints **Endpoint**: Represents the compute resources to host AI Search indexes.
vector-search-indexes **Index**: An efficient representation of your embedding vectors that supports real-time and efficient approximate nearest neighbor (ANN) search queries.

Identity and Access Management
Expand Down Expand Up @@ -92,6 +92,7 @@ Unity Catalog
tables A table resides in the third layer of Unity Catalog’s three-level namespace.
temporary-path-credentials *Public Preview* Temporary Path Credentials refer to short-lived, downscoped credentials used to access external cloud storage locations registered in Databricks.
temporary-table-credentials *Public Preview* Temporary Table Credentials refer to short-lived, downscoped credentials used to access cloud storage locations where table data is stored in Databricks.
temporary-volume-credentials *Public Preview* Temporary Volume Credentials refer to short-lived, downscoped credentials used to access cloud storage locations where volume data is stored in Databricks.
volumes Volumes are a Unity Catalog (UC) capability for accessing, storing, governing, organizing and processing files.
workspace-bindings A securable in Databricks can be configured as __OPEN__ or __ISOLATED__.

Expand Down
5 changes: 5 additions & 0 deletions bundle/direct/dresources/resources.generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ resources:
apps:

ignore_remote_changes:
- field: git_source
reason: spec:input_only
- field: source_code_path
reason: spec:input_only

- field: active_deployment
reason: spec:output_only
- field: app_status
Expand Down
2 changes: 1 addition & 1 deletion bundle/docsgen/output/reference.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: 'Configuration reference for databricks.yml'
last_update:
date: 2026-05-11
date: 2026-05-19
---

<!--DO NOT EDIT. This file is autogenerated with https://github.com/databricks/cli-->
Expand Down
597 changes: 503 additions & 94 deletions bundle/docsgen/output/resources.md

Large diffs are not rendered by default.

203 changes: 176 additions & 27 deletions bundle/internal/schema/annotations_openapi.yml

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions bundle/internal/schema/annotations_openapi_overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,13 @@ github.com/databricks/databricks-sdk-go/service/jobs.JobsHealthRules:
"rules":
"description": |-
PLACEHOLDER
github.com/databricks/databricks-sdk-go/service/jobs.PythonOperatorTaskParameter:
"name":
"description": |-
PLACEHOLDER
"value":
"description": |-
PLACEHOLDER
github.com/databricks/databricks-sdk-go/service/jobs.RunJobTask:
"python_named_params":
"description": |-
Expand Down Expand Up @@ -975,6 +982,9 @@ github.com/databricks/databricks-sdk-go/service/pipelines.ConnectorOptions:
"gdrive_options":
"description": |-
PLACEHOLDER
"kafka_options":
"description": |-
PLACEHOLDER
"sharepoint_options":
"description": |-
PLACEHOLDER
Expand Down Expand Up @@ -1031,6 +1041,10 @@ github.com/databricks/databricks-sdk-go/service/pipelines.TableSpecificConfig:
"workday_report_parameters":
"description": |-
PLACEHOLDER
github.com/databricks/databricks-sdk-go/service/pipelines.Transformer:
"json_options":
"description": |-
PLACEHOLDER
github.com/databricks/databricks-sdk-go/service/serving.Route:
"served_entity_name":
"description": |-
Expand Down
Loading
Loading