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 @@
6b2dbf5489ec706709fed80ee65caed7d10a2f38
2cee201b2e8d656f7306b2f9ec98edfa721e9829
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ cmd/account/log-delivery/log-delivery.go linguist-generated=true
cmd/account/metastore-assignments/metastore-assignments.go linguist-generated=true
cmd/account/metastores/metastores.go linguist-generated=true
cmd/account/network-connectivity/network-connectivity.go linguist-generated=true
cmd/account/network-policies/network-policies.go linguist-generated=true
cmd/account/networks/networks.go linguist-generated=true
cmd/account/o-auth-published-apps/o-auth-published-apps.go linguist-generated=true
cmd/account/personal-compute/personal-compute.go linguist-generated=true
Expand All @@ -34,6 +35,7 @@ cmd/account/usage-dashboards/usage-dashboards.go linguist-generated=true
cmd/account/users/users.go linguist-generated=true
cmd/account/vpc-endpoints/vpc-endpoints.go linguist-generated=true
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/aibi-dashboard-embedding-access-policy/aibi-dashboard-embedding-access-policy.go linguist-generated=true
Expand Down Expand Up @@ -116,6 +118,7 @@ cmd/workspace/query-history/query-history.go linguist-generated=true
cmd/workspace/query-visualizations-legacy/query-visualizations-legacy.go linguist-generated=true
cmd/workspace/query-visualizations/query-visualizations.go linguist-generated=true
cmd/workspace/recipient-activation/recipient-activation.go linguist-generated=true
cmd/workspace/recipient-federation-policies/recipient-federation-policies.go linguist-generated=true
cmd/workspace/recipients/recipients.go linguist-generated=true
cmd/workspace/redash-config/redash-config.go linguist-generated=true
cmd/workspace/registered-models/registered-models.go linguist-generated=true
Expand Down
42 changes: 40 additions & 2 deletions bundle/internal/schema/annotations_openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ github.com/databricks/cli/bundle/config/resources.Cluster:
"description": |-
Cluster name requested by the user. This doesn't have to be unique.
If not specified at creation, the cluster name will be an empty string.
For job clusters, the cluster name is automatically set based on the job and job run IDs.
"custom_tags":
"description": |-
Additional tags for cluster resources. Databricks will tag all cluster resources (e.g., AWS
Expand Down Expand Up @@ -510,6 +511,13 @@ github.com/databricks/cli/bundle/config/resources.Pipeline:
Restart window of this pipeline.
"x-databricks-preview": |-
PRIVATE
"root_path":
"description": |-
Root path for this pipeline.
This is used as the root directory when editing the pipeline in the Databricks user interface and it is
added to sys.path when executing Python sources during pipeline execution.
"x-databricks-preview": |-
PRIVATE
"run_as":
"description": |-
Write-only setting, available only in Create/Update calls. Specifies the user or service principal that the pipeline runs as. If not specified, the pipeline runs as the user who created the pipeline.
Expand Down Expand Up @@ -704,6 +712,7 @@ github.com/databricks/databricks-sdk-go/service/apps.AppResource:
"secret": {}
"serving_endpoint": {}
"sql_warehouse": {}
"uc_securable": {}
github.com/databricks/databricks-sdk-go/service/apps.AppResourceJob:
"id":
"description": |-
Expand Down Expand Up @@ -775,6 +784,22 @@ github.com/databricks/databricks-sdk-go/service/apps.AppResourceSqlWarehouseSqlW
CAN_USE
- |-
IS_OWNER
github.com/databricks/databricks-sdk-go/service/apps.AppResourceUcSecurable:
"permission": {}
"securable_full_name": {}
"securable_type": {}
github.com/databricks/databricks-sdk-go/service/apps.AppResourceUcSecurableUcSecurablePermission:
"_":
"enum":
- |-
READ_VOLUME
- |-
WRITE_VOLUME
github.com/databricks/databricks-sdk-go/service/apps.AppResourceUcSecurableUcSecurableType:
"_":
"enum":
- |-
VOLUME
github.com/databricks/databricks-sdk-go/service/apps.ApplicationState:
"_":
"enum":
Expand Down Expand Up @@ -1167,6 +1192,7 @@ github.com/databricks/databricks-sdk-go/service/compute.ClusterSpec:
"description": |-
Cluster name requested by the user. This doesn't have to be unique.
If not specified at creation, the cluster name will be an empty string.
For job clusters, the cluster name is automatically set based on the job and job run IDs.
"custom_tags":
"description": |-
Additional tags for cluster resources. Databricks will tag all cluster resources (e.g., AWS
Expand Down Expand Up @@ -1396,7 +1422,6 @@ github.com/databricks/databricks-sdk-go/service/compute.Environment:
"_":
"description": |-
The environment entity used to preserve serverless environment side panel, jobs' environment for non-notebook task, and DLT's environment for classic and serverless pipelines.
(Note: DLT uses a copied version of the Environment proto below, at //spark/pipelines/api/protos/copied/libraries-environments-copy.proto)
In this minimal environment spec, only pip dependencies are supported.
"client":
"description": |-
Expand Down Expand Up @@ -1976,7 +2001,6 @@ github.com/databricks/databricks-sdk-go/service/jobs.JobEnvironment:
"spec":
"description": |-
The environment entity used to preserve serverless environment side panel, jobs' environment for non-notebook task, and DLT's environment for classic and serverless pipelines.
(Note: DLT uses a copied version of the Environment proto below, at //spark/pipelines/api/protos/copied/libraries-environments-copy.proto)
In this minimal environment spec, only pip dependencies are supported.
github.com/databricks/databricks-sdk-go/service/jobs.JobNotificationSettings:
"no_alert_for_canceled_runs":
Expand Down Expand Up @@ -3753,3 +3777,17 @@ github.com/databricks/databricks-sdk-go/service/serving.TrafficConfig:
"routes":
"description": |-
The list of routes that define traffic to each served entity.
github.com/databricks/databricks-sdk-go/service/workspace.AzureKeyVaultSecretScopeMetadata:
"dns_name":
"description": |-
The DNS of the KeyVault
"resource_id":
"description": |-
The resource id of the azure KeyVault that user wants to associate the scope with.
github.com/databricks/databricks-sdk-go/service/workspace.ScopeBackendType:
"_":
"enum":
- |-
DATABRICKS
- |-
AZURE_KEYVAULT
31 changes: 22 additions & 9 deletions bundle/internal/schema/annotations_openapi_overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,6 @@ github.com/databricks/cli/bundle/config/resources.AppPermissionLevel:
CAN_MANAGE
- |-
CAN_USE
github.com/databricks/cli/bundle/config/resources.SecretScopePermissionLevel:
"_":
"enum":
- |-
READ
- |-
WRITE
- |-
MANAGE
github.com/databricks/cli/bundle/config/resources.Cluster:
"_":
"markdown_description": |-
Expand Down Expand Up @@ -429,6 +420,15 @@ github.com/databricks/cli/bundle/config/resources.Schema:
"properties":
"description": |-
PLACEHOLDER
github.com/databricks/cli/bundle/config/resources.SecretScopePermissionLevel:
"_":
"enum":
- |-
READ
- |-
WRITE
- |-
MANAGE
github.com/databricks/cli/bundle/config/resources.Volume:
"_":
"markdown_description": |-
Expand Down Expand Up @@ -505,6 +505,9 @@ github.com/databricks/databricks-sdk-go/service/apps.AppResource:
"sql_warehouse":
"description": |-
PLACEHOLDER
"uc_securable":
"description": |-
PLACEHOLDER
github.com/databricks/databricks-sdk-go/service/apps.AppResourceJob:
"id":
"description": |-
Expand Down Expand Up @@ -536,6 +539,16 @@ github.com/databricks/databricks-sdk-go/service/apps.AppResourceSqlWarehouse:
"permission":
"description": |-
PLACEHOLDER
github.com/databricks/databricks-sdk-go/service/apps.AppResourceUcSecurable:
"permission":
"description": |-
PLACEHOLDER
"securable_full_name":
"description": |-
PLACEHOLDER
"securable_type":
"description": |-
PLACEHOLDER
github.com/databricks/databricks-sdk-go/service/apps.ApplicationStatus:
"message":
"description": |-
Expand Down
88 changes: 84 additions & 4 deletions bundle/schema/jsonschema.json

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

23 changes: 21 additions & 2 deletions cmd/account/access-control/access-control.go

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

Loading