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 @@
90fefb5618fdecf7dfdf6be7d56c2213d24ad944
ff038204ea0f04d1ee43bc4a0221cb6c0a9be5d8
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cmd/account/workspace-assignment/workspace-assignment.go linguist-generated=true
cmd/account/workspace-network-configuration/workspace-network-configuration.go linguist-generated=true
cmd/account/workspaces/workspaces.go linguist-generated=true
cmd/workspace/access-control/access-control.go linguist-generated=true
cmd/workspace/ai-builder/ai-builder.go linguist-generated=true
cmd/workspace/agent-bricks/agent-bricks.go linguist-generated=true
cmd/workspace/aibi-dashboard-embedding-access-policy/aibi-dashboard-embedding-access-policy.go linguist-generated=true
cmd/workspace/aibi-dashboard-embedding-approved-domains/aibi-dashboard-embedding-approved-domains.go linguist-generated=true
cmd/workspace/alerts-legacy/alerts-legacy.go linguist-generated=true
Expand All @@ -48,7 +48,9 @@ cmd/workspace/apps/apps.go linguist-generated=true
cmd/workspace/artifact-allowlists/artifact-allowlists.go linguist-generated=true
cmd/workspace/automatic-cluster-update/automatic-cluster-update.go linguist-generated=true
cmd/workspace/catalogs/catalogs.go linguist-generated=true
cmd/workspace/clean-room-asset-revisions/clean-room-asset-revisions.go linguist-generated=true
cmd/workspace/clean-room-assets/clean-room-assets.go linguist-generated=true
cmd/workspace/clean-room-auto-approval-rules/clean-room-auto-approval-rules.go linguist-generated=true
cmd/workspace/clean-room-task-runs/clean-room-task-runs.go linguist-generated=true
cmd/workspace/clean-rooms/clean-rooms.go linguist-generated=true
cmd/workspace/cluster-policies/cluster-policies.go linguist-generated=true
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ GENKIT_BINARY := $(UNIVERSE_DIR)/bazel-bin/openapi/genkit/genkit_/genkit

generate:
@echo "Checking out universe at SHA: $$(cat .codegen/_openapi_sha)"
cd $(UNIVERSE_DIR) && git checkout $$(cat $(PWD)/.codegen/_openapi_sha)
cd $(UNIVERSE_DIR) && git fetch origin master && git checkout $$(cat $(PWD)/.codegen/_openapi_sha)
@echo "Building genkit..."
cd $(UNIVERSE_DIR) && bazel build //openapi/genkit
@echo "Generating CLI code..."
Expand Down
1 change: 1 addition & 0 deletions NEXT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Notable Changes

### Dependency updates
* Update Go SDK to 0.79.0 ([#3376](https://github.com/databricks/cli/pull/3376))

### CLI

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"assets_dir":"/Users/user/databricks_lakehouse_monitoring",
"drift_metrics_table_name":"",
"monitor_version":"",
"monitor_version":0,
"output_schema_name":"catalog.schema",
"profile_metrics_table_name":"",
"snapshot": {},
Expand Down
2 changes: 1 addition & 1 deletion acceptance/cmd/workspace/apps/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Usage:
databricks apps update NAME [flags]

Flags:
--budget-policy-id string
--budget-policy-id string TODO: Deprecate this field after serverless entitlements are released to all prod stages and the new usage_policy_id is properly populated and used.
--description string The description of the app.
-h, --help help for update
--json JSON either inline JSON string or @path/to/file.json with request body (default JSON (0 bytes))
Expand Down
2 changes: 2 additions & 0 deletions acceptance/help/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ 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.

Clean Rooms
clean-room-asset-revisions Clean Room Asset Revisions denote new versions of uploaded assets (e.g.
clean-room-assets Clean room assets are data and code objects — Tables, volumes, and notebooks that are shared with the clean room.
clean-room-auto-approval-rules Clean room auto-approval rules automatically create an approval on your behalf when an asset (e.g.
clean-room-task-runs Clean room task runs are the executions of notebooks in a clean room.
clean-rooms A clean room uses Delta Sharing and serverless compute to provide a secure and privacy-protecting environment where multiple parties can work together on sensitive enterprise data without direct access to each other's data.

Expand Down
196 changes: 132 additions & 64 deletions bundle/internal/schema/annotations_openapi.yml

Large diffs are not rendered by default.

13 changes: 8 additions & 5 deletions bundle/internal/schema/annotations_openapi_overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,9 @@ github.com/databricks/cli/bundle/config/resources.QualityMonitor:
quartz_cron_expression: 0 0 8 * * ? # Run Every day at 8am
timezone_id: UTC
```
"inference_log":
"description": |-
PLACEHOLDER
"table_name":
"description": |-
PLACEHOLDER
Expand Down Expand Up @@ -475,6 +478,11 @@ github.com/databricks/cli/bundle/config/resources.SecretScopePermissionLevel:
- |-
MANAGE
github.com/databricks/cli/bundle/config/resources.SqlWarehouse:
"enable_photon":
"description": |-
Configures whether the warehouse should use Photon optimized clusters.

Defaults to true.
"permissions":
"description": |-
PLACEHOLDER
Expand All @@ -484,11 +492,6 @@ github.com/databricks/cli/bundle/config/resources.SqlWarehouse:
"warehouse_type":
"description": |-
PLACEHOLDER
"enable_photon":
"description": |-
Configures whether the warehouse should use Photon optimized clusters.

Defaults to true.
github.com/databricks/cli/bundle/config/resources.SqlWarehousePermissionLevel:
"_":
"enum":
Expand Down
8 changes: 4 additions & 4 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