Skip to content
Closed
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 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. ([#6810](https://github.com/databricks/cli/pull/6810))
1 change: 1 addition & 0 deletions .nextchanges/dependency-updates/tf-1.133.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Bump Terraform provider from v1.132.0 to v1.133.0. ([#6810](https://github.com/databricks/cli/pull/6810))
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 B300 bundle validates without warnings
>>> [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 B300 bundle validates without warnings"
(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.

90 changes: 90 additions & 0 deletions bundle/internal/schema/annotations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1152,6 +1152,14 @@ resources:
The email of an active workspace user. Non-admin users can only set this field to their own email.
"tasks":
"$fields":
"ai_runtime_task":
"$fields":
"priority_class":
"description": |-
PLACEHOLDER
"unity_catalog_image_path":
"description": |-
PLACEHOLDER
"alert_task":
"$fields":
"subscribers":
Expand Down Expand Up @@ -1207,6 +1215,12 @@ resources:
"config":
"description": |-
PLACEHOLDER
"$fields":
"source_connection":
"$fields":
"options":
"description": |-
PLACEHOLDER
"grants":
"description": |-
PLACEHOLDER
Expand All @@ -1229,6 +1243,21 @@ resources:
"config":
"description": |-
PLACEHOLDER
"$fields":
"custom":
"$fields":
"direct":
"$fields":
"header_auth":
"description": |-
PLACEHOLDER
"$fields":
"api_key_name":
"description": |-
PLACEHOLDER
"api_key_value":
"description": |-
PLACEHOLDER
"grants":
"description": |-
PLACEHOLDER
Expand Down Expand Up @@ -1301,6 +1330,13 @@ resources:
"entity_version":
"description": |-
PLACEHOLDER
"external_model":
"$fields":
"amazon_bedrock_config":
"$fields":
"uc_service_credential_name":
"description": |-
PLACEHOLDER
"served_models":
"$fields":
"model_name":
Expand Down Expand Up @@ -1466,9 +1502,58 @@ resources:
"$fields":
"key_transformer":
"$fields":
"avro_options":
"description": |-
PLACEHOLDER
"$fields":
"parse_mode":
"description": |-
PLACEHOLDER
"schema":
"description": |-
PLACEHOLDER
"schema_file_path":
"description": |-
PLACEHOLDER
"schema_registry":
"description": |-
PLACEHOLDER
"$fields":
"confluent_options":
"description": |-
PLACEHOLDER
"$fields":
"subject":
"description": |-
PLACEHOLDER
"connection_name":
"description": |-
PLACEHOLDER
"protobuf_message_name":
"description": |-
PLACEHOLDER
"json_options":
"description": |-
PLACEHOLDER
"protobuf_options":
"description": |-
PLACEHOLDER
"$fields":
"desc_file_path":
"description": |-
PLACEHOLDER
"message_name":
"description": |-
PLACEHOLDER
"parse_mode":
"description": |-
PLACEHOLDER
"recursive_fields_max_depth":
"description": |-
PLACEHOLDER
"schema_registry":
"description": |-
PLACEHOLDER
"sharepoint_options":
"description": |-
PLACEHOLDER
Expand Down Expand Up @@ -1515,6 +1600,11 @@ resources:
"user_name":
"description": |-
The name of the user granted the permission level.
"run_as":
"$fields":
"group_name":
"description": |-
PLACEHOLDER
"trigger":
"deprecation_message": |-
Use continuous instead
Expand Down
2 changes: 1 addition & 1 deletion bundle/internal/tf/codegen/schema/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package schema

// ProviderVersion is the version of the Databricks Terraform provider used for codegen.
const ProviderVersion = "1.132.0"
const ProviderVersion = "1.133.0"
6 changes: 3 additions & 3 deletions bundle/internal/tf/schema/root.go

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

Loading
Loading