Skip to content
Merged
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 @@
129c9a58f8048f59e7d2829261ec88b7ec9f567f
4648d66fa37e7683468dc92cc043c6aa7a34f301
1,750 changes: 1,250 additions & 500 deletions .codegen/cli.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .nextchanges/dependency-updates/sdk-0.182.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Bump `github.com/databricks/databricks-sdk-go` from v0.178.0 to v0.182.0. ([#6817](https://github.com/databricks/cli/pull/6817))
8 changes: 2 additions & 6 deletions acceptance/air/convert-to-dabs/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,19 +158,15 @@ resources:
spec:
environment_version: "6"

=== the current SDK warns about B300 but does not block bundle validation
=== the current SDK recognizes B300 so bundle validation is clean
>>> [CLI] bundle validate
Warning: invalid value "GPU_8xB300" for enum field. Valid values are [GPU_1xA10 GPU_1xH100 GPU_8xH100]
at resources.jobs.b300-smoke-test.tasks[0].ai_runtime_task.deployments[0].compute.accelerator_type
in databricks.yml:24:37

Name: b300-smoke-test
Target: dev
Workspace:
User: [USERNAME]
Path: /Workspace/Users/[USERNAME]/.bundle/b300-smoke-test/dev

Found 1 warning
Validation OK!

=== databricks_ai versions use a base environment
>>> [CLI] air convert-to-dabs databricks-ai.yaml --force
Expand Down
2 changes: 1 addition & 1 deletion acceptance/air/convert-to-dabs/script
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ trace $CLI air convert-to-dabs b300.yaml --output-dir generated-b300
title "the B300 bundle preserves its accelerator and AI Runtime version"
trace cat generated-b300/databricks.yml

title "the current SDK warns about B300 but does not block bundle validation"
title "the current SDK recognizes B300 so bundle validation is clean"
(cd generated-b300 && trace $CLI bundle validate)

title "databricks_ai versions use a base environment"
Expand Down
109 changes: 109 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 @@ -9,7 +9,7 @@ Identity and Access Management
access-control *Public Preview* These APIs manage access rules on resources in an account.
groups Groups simplify identity management, making it easier to assign access to Databricks account, data, and other securable objects.
groups-v2 Groups simplify identity management, making it easier to assign access to Databricks account, data, and other securable objects.
iam-v2 *Beta* These APIs are used to manage identities and the workspace access of these identities in <Databricks>.
iam-v2 *Beta* These APIs are used to manage identities and the workspace access of these identities in Databricks.
service-principals Identities for use with jobs, automated tools, and systems such as scripts, apps, and CI/CD platforms.
service-principals-v2 Identities for use with jobs, automated tools, and systems such as scripts, apps, and CI/CD platforms.
users User identities recognized by Databricks and represented by email addresses.
Expand Down
2 changes: 1 addition & 1 deletion acceptance/help/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Identity and Access Management
service-principals-v2 *Public Preview* Identities for use with jobs, automated tools, and systems such as scripts, apps, and CI/CD platforms.
users User identities recognized by Databricks and represented by email addresses.
users-v2 *Public Preview* User identities recognized by Databricks and represented by email addresses.
workspace-iam-v2 *Beta* These APIs are used to manage identities and the workspace access of these identities in <Databricks>.
workspace-iam-v2 *Beta* These APIs are used to manage identities and the workspace access of these identities in Databricks.

Databricks SQL
alerts The alerts API can be used to perform CRUD operations on alerts.
Expand Down
2 changes: 2 additions & 0 deletions bundle/direct/dresources/configs/mcp_services.generated.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions bundle/internal/schema/annotations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1466,9 +1466,15 @@ resources:
"$fields":
"key_transformer":
"$fields":
"avro_options":
"description": |-
PLACEHOLDER
"json_options":
"description": |-
PLACEHOLDER
"protobuf_options":
"description": |-
PLACEHOLDER
"sharepoint_options":
"description": |-
PLACEHOLDER
Expand Down
28 changes: 20 additions & 8 deletions bundle/internal/validation/generated/enum_fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading