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 @@
b95c2c6e21bec9551ec7d7d51ddf2dfe390b4522
8182e896c6797f3724042b048d466a78052b59d9
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ cmd/account/encryption-keys/encryption-keys.go linguist-generated=true
cmd/account/esm-enablement-account/esm-enablement-account.go linguist-generated=true
cmd/account/federation-policy/federation-policy.go linguist-generated=true
cmd/account/groups/groups.go linguist-generated=true
cmd/account/iam-v2/iam-v2.go linguist-generated=true
cmd/account/ip-access-lists/ip-access-lists.go linguist-generated=true
cmd/account/llm-proxy-partner-powered-account/llm-proxy-partner-powered-account.go linguist-generated=true
cmd/account/llm-proxy-partner-powered-enforce/llm-proxy-partner-powered-enforce.go linguist-generated=true
Expand Down Expand Up @@ -163,5 +164,6 @@ cmd/workspace/volumes/volumes.go linguist-generated=true
cmd/workspace/warehouses/warehouses.go linguist-generated=true
cmd/workspace/workspace-bindings/workspace-bindings.go linguist-generated=true
cmd/workspace/workspace-conf/workspace-conf.go linguist-generated=true
cmd/workspace/workspace-iam-v2/workspace-iam-v2.go linguist-generated=true
cmd/workspace/workspace-settings-v2/workspace-settings-v2.go linguist-generated=true
cmd/workspace/workspace/workspace.go linguist-generated=true
9 changes: 7 additions & 2 deletions bundle/internal/schema/annotations_openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -595,8 +595,6 @@ github.com/databricks/cli/bundle/config/resources.Pipeline:
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.

Only `user_name` or `service_principal_name` can be specified. If both are specified, an error is thrown.
"x-databricks-preview": |-
PRIVATE
"schema":
"description": |-
The default schema (database) where tables are read from or published to.
Expand Down Expand Up @@ -3119,6 +3117,11 @@ github.com/databricks/databricks-sdk-go/service/jobs.Task:
"disable_auto_optimization":
"description": |-
An option to disable auto optimization in serverless
"disabled":
"description": |-
An optional flag to disable the task. If set to true, the task will not run even if it is part of a job.
"x-databricks-preview": |-
PRIVATE
"email_notifications":
"description": |-
An optional set of email addresses that is notified when runs of this task begin or complete as well as when this task is deleted. The default behavior is to not send any emails.
Expand Down Expand Up @@ -3517,6 +3520,8 @@ github.com/databricks/databricks-sdk-go/service/pipelines.IngestionSourceType:
CONFLUENCE
- |-
META_MARKETING
- |-
FOREIGN_CATALOG
github.com/databricks/databricks-sdk-go/service/pipelines.ManualTrigger: {}
github.com/databricks/databricks-sdk-go/service/pipelines.NotebookLibrary:
"path":
Expand Down
4 changes: 4 additions & 0 deletions bundle/internal/schema/annotations_openapi_overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,10 @@ github.com/databricks/cli/bundle/config/resources.SqlWarehousePermissionLevel:
CAN_MONITOR
- |-
CAN_VIEW
github.com/databricks/cli/bundle/config/resources.SyncedDatabaseTable:
"lifecycle":
"description": |-
PLACEHOLDER
github.com/databricks/cli/bundle/config/resources.Volume:
"_":
"markdown_description": |-
Expand Down
2 changes: 1 addition & 1 deletion bundle/internal/validation/generated/enum_fields.go

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

4 changes: 2 additions & 2 deletions bundle/internal/validation/generated/required_fields.go

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

13 changes: 9 additions & 4 deletions bundle/schema/jsonschema.json

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

3 changes: 2 additions & 1 deletion cmd/account/cmd.go

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

4 changes: 2 additions & 2 deletions cmd/account/groups/groups.go

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

Loading
Loading