Skip to content

Commit

Permalink
Bump github.com/databricks/databricks-sdk-go from 0.54.0 to 0.55.0 (#…
Browse files Browse the repository at this point in the history
…2126)

Bumps
[github.com/databricks/databricks-sdk-go](https://github.com/databricks/databricks-sdk-go)
from 0.54.0 to 0.55.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/databricks/databricks-sdk-go/releases">github.com/databricks/databricks-sdk-go's
releases</a>.</em></p>
<blockquote>
<h2>v0.55.0</h2>
<h3>Internal Changes</h3>
<ul>
<li>Bump staticcheck to 0.5.1 and add go 1.23 test coverage (<a
href="https://redirect.github.com/databricks/databricks-sdk-go/pull/1106">#1106</a>).</li>
<li>Bump x/net, x/crypto dependencies (<a
href="https://redirect.github.com/databricks/databricks-sdk-go/pull/1107">#1107</a>).</li>
<li>Create custom codeql.yml (<a
href="https://redirect.github.com/databricks/databricks-sdk-go/pull/1114">#1114</a>).</li>
<li>Decouple serving and oauth2 package (<a
href="https://redirect.github.com/databricks/databricks-sdk-go/pull/1110">#1110</a>).</li>
<li>Migrate workflows that need write access to use hosted runners (<a
href="https://redirect.github.com/databricks/databricks-sdk-go/pull/1112">#1112</a>).</li>
<li>Move package credentials in config (<a
href="https://redirect.github.com/databricks/databricks-sdk-go/pull/1115">#1115</a>).</li>
<li>Update Queries test (<a
href="https://redirect.github.com/databricks/databricks-sdk-go/pull/1104">#1104</a>).</li>
</ul>
<h3>API Changes:</h3>
<ul>
<li>Added <code>NoCompute</code> field for <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/apps#CreateAppRequest">apps.CreateAppRequest</a>.</li>
<li>Added <code>HasMore</code> field for <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#BaseJob">jobs.BaseJob</a>.</li>
<li>Added <code>HasMore</code> field for <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#BaseRun">jobs.BaseRun</a>.</li>
<li>Added <code>PageToken</code> field for <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#GetJobRequest">jobs.GetJobRequest</a>.</li>
<li>Added <code>HasMore</code> and <code>NextPageToken</code> fields for
<a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#Job">jobs.Job</a>.</li>
<li>Added <code>HasMore</code> field for <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#Run">jobs.Run</a>.</li>
<li>Added <code>RunAs</code> field for <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#CreatePipeline">pipelines.CreatePipeline</a>.</li>
<li>Added <code>RunAs</code> field for <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#EditPipeline">pipelines.EditPipeline</a>.</li>
<li>Added <code>AuthorizationDetails</code> and <code>EndpointUrl</code>
fields for <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/serving#DataPlaneInfo">serving.DataPlaneInfo</a>.</li>
<li>[Breaking] Changed <code>Update</code> method for <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/oauth2#AccountFederationPolicyAPI">a.AccountFederationPolicy</a>
account-level service with new required argument order.</li>
<li>[Breaking] Changed <code>Update</code> method for <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/oauth2#ServicePrincipalFederationPolicyAPI">a.ServicePrincipalFederationPolicy</a>
account-level service with new required argument order.</li>
<li>Changed <code>UpdateMask</code> field for <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/oauth2#UpdateAccountFederationPolicyRequest">oauth2.UpdateAccountFederationPolicyRequest</a>
to no longer be required.</li>
<li>Changed <code>UpdateMask</code> field for <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/oauth2#UpdateServicePrincipalFederationPolicyRequest">oauth2.UpdateServicePrincipalFederationPolicyRequest</a>
to no longer be required.</li>
<li>[Breaking] Changed <code>DaysOfWeek</code> field for <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#RestartWindow">pipelines.RestartWindow</a>
to type <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#DayOfWeekList">pipelines.DayOfWeekList</a>.</li>
</ul>
<p>OpenAPI SHA: 779817ed8d63031f5ea761fbd25ee84f38feec0d, Date:
2025-01-08</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/databricks/databricks-sdk-go/blob/main/CHANGELOG.md">github.com/databricks/databricks-sdk-go's
changelog</a>.</em></p>
<blockquote>
<h2>[Release] Release v0.55.0</h2>
<h3>Internal Changes</h3>
<ul>
<li>Bump staticcheck to 0.5.1 and add go 1.23 test coverage (<a
href="https://redirect.github.com/databricks/databricks-sdk-go/pull/1106">#1106</a>).</li>
<li>Bump x/net, x/crypto dependencies (<a
href="https://redirect.github.com/databricks/databricks-sdk-go/pull/1107">#1107</a>).</li>
<li>Create custom codeql.yml (<a
href="https://redirect.github.com/databricks/databricks-sdk-go/pull/1114">#1114</a>).</li>
<li>Decouple serving and oauth2 package (<a
href="https://redirect.github.com/databricks/databricks-sdk-go/pull/1110">#1110</a>).</li>
<li>Migrate workflows that need write access to use hosted runners (<a
href="https://redirect.github.com/databricks/databricks-sdk-go/pull/1112">#1112</a>).</li>
<li>Move package credentials in config (<a
href="https://redirect.github.com/databricks/databricks-sdk-go/pull/1115">#1115</a>).</li>
<li>Update Queries test (<a
href="https://redirect.github.com/databricks/databricks-sdk-go/pull/1104">#1104</a>).</li>
</ul>
<h3>API Changes:</h3>
<ul>
<li>Added <code>NoCompute</code> field for <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/apps#CreateAppRequest">apps.CreateAppRequest</a>.</li>
<li>Added <code>HasMore</code> field for <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#BaseJob">jobs.BaseJob</a>.</li>
<li>Added <code>HasMore</code> field for <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#BaseRun">jobs.BaseRun</a>.</li>
<li>Added <code>PageToken</code> field for <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#GetJobRequest">jobs.GetJobRequest</a>.</li>
<li>Added <code>HasMore</code> and <code>NextPageToken</code> fields for
<a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#Job">jobs.Job</a>.</li>
<li>Added <code>HasMore</code> field for <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/jobs#Run">jobs.Run</a>.</li>
<li>Added <code>RunAs</code> field for <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#CreatePipeline">pipelines.CreatePipeline</a>.</li>
<li>Added <code>RunAs</code> field for <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#EditPipeline">pipelines.EditPipeline</a>.</li>
<li>Added <code>AuthorizationDetails</code> and <code>EndpointUrl</code>
fields for <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/serving#DataPlaneInfo">serving.DataPlaneInfo</a>.</li>
<li>[Breaking] Changed <code>Update</code> method for <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/oauth2#AccountFederationPolicyAPI">a.AccountFederationPolicy</a>
account-level service with new required argument order.</li>
<li>[Breaking] Changed <code>Update</code> method for <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/oauth2#ServicePrincipalFederationPolicyAPI">a.ServicePrincipalFederationPolicy</a>
account-level service with new required argument order.</li>
<li>Changed <code>UpdateMask</code> field for <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/oauth2#UpdateAccountFederationPolicyRequest">oauth2.UpdateAccountFederationPolicyRequest</a>
to no longer be required.</li>
<li>Changed <code>UpdateMask</code> field for <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/oauth2#UpdateServicePrincipalFederationPolicyRequest">oauth2.UpdateServicePrincipalFederationPolicyRequest</a>
to no longer be required.</li>
<li>[Breaking] Changed <code>DaysOfWeek</code> field for <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#RestartWindow">pipelines.RestartWindow</a>
to type <a
href="https://pkg.go.dev/github.com/databricks/databricks-sdk-go/service/pipelines#DayOfWeekList">pipelines.DayOfWeekList</a>.</li>
</ul>
<p>OpenAPI SHA: 779817ed8d63031f5ea761fbd25ee84f38feec0d, Date:
2025-01-08</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/databricks/databricks-sdk-go/commit/b83a7262d5dce413535faec96770d3276c270e30"><code>b83a726</code></a>
[Release] Release v0.55.0 (<a
href="https://redirect.github.com/databricks/databricks-sdk-go/issues/1117">#1117</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-go/commit/23d9c1ea2bf131c426b666573ecac4d798578bb4"><code>23d9c1e</code></a>
[Internal] Move package credentials in config (<a
href="https://redirect.github.com/databricks/databricks-sdk-go/issues/1115">#1115</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-go/commit/adc94cabf7f3e21aa2b705f3fd799ffb5bf2f7f6"><code>adc94ca</code></a>
[Internal] Decouple serving and oauth2 package (<a
href="https://redirect.github.com/databricks/databricks-sdk-go/issues/1110">#1110</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-go/commit/83db3cbdab1ee3ccc4ec815d102d43e6c8e06bfe"><code>83db3cb</code></a>
[Internal] Create custom codeql.yml (<a
href="https://redirect.github.com/databricks/databricks-sdk-go/issues/1114">#1114</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-go/commit/2b55375727620771394ffec0372dfdc3e9e62fdf"><code>2b55375</code></a>
[Internal] Migrate workflows that need write access to use hosted
runners (<a
href="https://redirect.github.com/databricks/databricks-sdk-go/issues/1">#1</a>...</li>
<li><a
href="https://github.com/databricks/databricks-sdk-go/commit/03fb2681faf3e6e4ccfaef973763b9eb92463456"><code>03fb268</code></a>
[Internal] Bump x/net, x/crypto dependencies (<a
href="https://redirect.github.com/databricks/databricks-sdk-go/issues/1107">#1107</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-go/commit/28e1a698ab34e35ca2754372d808c3ce4a700b8a"><code>28e1a69</code></a>
[Internal] Bump staticcheck to 0.5.1 and add go 1.23 test coverage (<a
href="https://redirect.github.com/databricks/databricks-sdk-go/issues/1106">#1106</a>)</li>
<li><a
href="https://github.com/databricks/databricks-sdk-go/commit/2399d721fe0b67224289330ba47e253482a2bac4"><code>2399d72</code></a>
[Internal] Update Queries test (<a
href="https://redirect.github.com/databricks/databricks-sdk-go/issues/1104">#1104</a>)</li>
<li>See full diff in <a
href="https://github.com/databricks/databricks-sdk-go/compare/v0.54.0...v0.55.0">compare
view</a></li>
</ul>
</details>
<br />

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>

| Dependency Name | Ignore Conditions |
| --- | --- |
| github.com/databricks/databricks-sdk-go | [>= 0.28.a, < 0.29] |
</details>


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/databricks/databricks-sdk-go&package-manager=go_modules&previous-version=0.54.0&new-version=0.55.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Nester <[email protected]>
  • Loading branch information
dependabot[bot] and andrewnester authored Jan 14, 2025
1 parent fca6abd commit 72e677d
Show file tree
Hide file tree
Showing 11 changed files with 407 additions and 84 deletions.
2 changes: 1 addition & 1 deletion .codegen/_openapi_sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a6a317df8327c9b1e5cb59a03a42ffa2aabeef6d
779817ed8d63031f5ea761fbd25ee84f38feec0d
266 changes: 246 additions & 20 deletions bundle/internal/schema/annotations_openapi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,47 @@
# This file is auto-generated. DO NOT EDIT.
github.com/databricks/cli/bundle/config/resources.App:
"active_deployment":
"description": |-
The active deployment of the app. A deployment is considered active when it has been deployed
to the app compute.
"app_status": {}
"compute_status": {}
"create_time":
"description": |-
The creation time of the app. Formatted timestamp in ISO 6801.
"creator":
"description": |-
The email of the user that created the app.
"default_source_code_path":
"description": |-
The default workspace file system path of the source code from which app deployment are
created. This field tracks the workspace source code path of the last active deployment.
"description":
"description": |-
The description of the app.
"name":
"description": |-
The name of the app. The name must contain only lowercase alphanumeric characters and hyphens.
It must be unique within the workspace.
"pending_deployment":
"description": |-
The pending deployment of the app. A deployment is considered pending when it is being prepared
for deployment to the app compute.
"resources":
"description": |-
Resources for the app.
"service_principal_client_id": {}
"service_principal_id": {}
"service_principal_name": {}
"update_time":
"description": |-
The update time of the app. Formatted timestamp in ISO 6801.
"updater":
"description": |-
The email of the user that last updated the app.
"url":
"description": |-
The URL of the app once it is deployed.
github.com/databricks/cli/bundle/config/resources.Cluster:
"apply_policy_default_values":
"description": |-
Expand Down Expand Up @@ -220,6 +263,7 @@ github.com/databricks/cli/bundle/config/resources.Job:
"job_clusters":
"description": |-
A list of job cluster specifications that can be shared and reused by tasks of this job. Libraries cannot be declared in a shared job cluster. You must declare dependent libraries in task settings.
If more than 100 job clusters are available, you can paginate through them using :method:jobs/get.
"max_concurrent_runs":
"description": |-
An optional maximum allowed number of concurrent runs of the job.
Expand Down Expand Up @@ -250,6 +294,7 @@ github.com/databricks/cli/bundle/config/resources.Job:
"tasks":
"description": |-
A list of task specifications to be executed by this job.
If more than 100 tasks are available, you can paginate through them using :method:jobs/get. Use the `next_page_token` field at the object root to determine if more results are available.
"timeout_seconds":
"description": |-
An optional timeout applied to each run of this job. A value of `0` means no timeout.
Expand Down Expand Up @@ -489,6 +534,187 @@ github.com/databricks/cli/bundle/config/resources.Volume:
"description": |-
The storage location on the cloud
"volume_type": {}
github.com/databricks/databricks-sdk-go/service/apps.AppDeployment:
"create_time":
"description": |-
The creation time of the deployment. Formatted timestamp in ISO 6801.
"creator":
"description": |-
The email of the user creates the deployment.
"deployment_artifacts":
"description": |-
The deployment artifacts for an app.
"deployment_id":
"description": |-
The unique id of the deployment.
"mode":
"description": |-
The mode of which the deployment will manage the source code.
"source_code_path":
"description": |-
The workspace file system path of the source code used to create the app deployment. This is different from
`deployment_artifacts.source_code_path`, which is the path used by the deployed app. The former refers
to the original source code location of the app in the workspace during deployment creation, whereas
the latter provides a system generated stable snapshotted source code path used by the deployment.
"status":
"description": |-
Status and status message of the deployment
"update_time":
"description": |-
The update time of the deployment. Formatted timestamp in ISO 6801.
github.com/databricks/databricks-sdk-go/service/apps.AppDeploymentArtifacts:
"source_code_path":
"description": |-
The snapshotted workspace file system path of the source code loaded by the deployed app.
github.com/databricks/databricks-sdk-go/service/apps.AppDeploymentMode:
"_":
"enum":
- |-
SNAPSHOT
- |-
AUTO_SYNC
github.com/databricks/databricks-sdk-go/service/apps.AppDeploymentState:
"_":
"enum":
- |-
SUCCEEDED
- |-
FAILED
- |-
IN_PROGRESS
- |-
CANCELLED
github.com/databricks/databricks-sdk-go/service/apps.AppDeploymentStatus:
"message":
"description": |-
Message corresponding with the deployment state.
"state":
"description": |-
State of the deployment.
github.com/databricks/databricks-sdk-go/service/apps.AppResource:
"description":
"description": |-
Description of the App Resource.
"job": {}
"name":
"description": |-
Name of the App Resource.
"secret": {}
"serving_endpoint": {}
"sql_warehouse": {}
github.com/databricks/databricks-sdk-go/service/apps.AppResourceJob:
"id":
"description": |-
Id of the job to grant permission on.
"permission":
"description": |-
Permissions to grant on the Job. Supported permissions are: "CAN_MANAGE", "IS_OWNER", "CAN_MANAGE_RUN", "CAN_VIEW".
github.com/databricks/databricks-sdk-go/service/apps.AppResourceJobJobPermission:
"_":
"enum":
- |-
CAN_MANAGE
- |-
IS_OWNER
- |-
CAN_MANAGE_RUN
- |-
CAN_VIEW
github.com/databricks/databricks-sdk-go/service/apps.AppResourceSecret:
"key":
"description": |-
Key of the secret to grant permission on.
"permission":
"description": |-
Permission to grant on the secret scope. For secrets, only one permission is allowed. Permission must be one of: "READ", "WRITE", "MANAGE".
"scope":
"description": |-
Scope of the secret to grant permission on.
github.com/databricks/databricks-sdk-go/service/apps.AppResourceSecretSecretPermission:
"_":
"description": |-
Permission to grant on the secret scope. Supported permissions are: "READ", "WRITE", "MANAGE".
"enum":
- |-
READ
- |-
WRITE
- |-
MANAGE
github.com/databricks/databricks-sdk-go/service/apps.AppResourceServingEndpoint:
"name":
"description": |-
Name of the serving endpoint to grant permission on.
"permission":
"description": |-
Permission to grant on the serving endpoint. Supported permissions are: "CAN_MANAGE", "CAN_QUERY", "CAN_VIEW".
github.com/databricks/databricks-sdk-go/service/apps.AppResourceServingEndpointServingEndpointPermission:
"_":
"enum":
- |-
CAN_MANAGE
- |-
CAN_QUERY
- |-
CAN_VIEW
github.com/databricks/databricks-sdk-go/service/apps.AppResourceSqlWarehouse:
"id":
"description": |-
Id of the SQL warehouse to grant permission on.
"permission":
"description": |-
Permission to grant on the SQL warehouse. Supported permissions are: "CAN_MANAGE", "CAN_USE", "IS_OWNER".
github.com/databricks/databricks-sdk-go/service/apps.AppResourceSqlWarehouseSqlWarehousePermission:
"_":
"enum":
- |-
CAN_MANAGE
- |-
CAN_USE
- |-
IS_OWNER
github.com/databricks/databricks-sdk-go/service/apps.ApplicationState:
"_":
"enum":
- |-
DEPLOYING
- |-
RUNNING
- |-
CRASHED
- |-
UNAVAILABLE
github.com/databricks/databricks-sdk-go/service/apps.ApplicationStatus:
"message":
"description": |-
Application status message
"state":
"description": |-
State of the application.
github.com/databricks/databricks-sdk-go/service/apps.ComputeState:
"_":
"enum":
- |-
ERROR
- |-
DELETING
- |-
STARTING
- |-
STOPPING
- |-
UPDATING
- |-
STOPPED
- |-
ACTIVE
github.com/databricks/databricks-sdk-go/service/apps.ComputeStatus:
"message":
"description": |-
Compute status message
"state":
"description": |-
State of the app compute.
github.com/databricks/databricks-sdk-go/service/catalog.MonitorCronSchedule:
"pause_status":
"description": |-
Expand Down Expand Up @@ -2116,6 +2342,26 @@ github.com/databricks/databricks-sdk-go/service/ml.ModelVersionTag:
github.com/databricks/databricks-sdk-go/service/pipelines.CronTrigger:
"quartz_cron_schedule": {}
"timezone_id": {}
github.com/databricks/databricks-sdk-go/service/pipelines.DayOfWeek:
"_":
"description": |-
Days of week in which the restart is allowed to happen (within a five-hour window starting at start_hour).
If not specified all days of the week will be used.
"enum":
- |-
MONDAY
- |-
TUESDAY
- |-
WEDNESDAY
- |-
THURSDAY
- |-
FRIDAY
- |-
SATURDAY
- |-
SUNDAY
github.com/databricks/databricks-sdk-go/service/pipelines.DeploymentKind:
"_":
"description": |
Expand Down Expand Up @@ -2375,26 +2621,6 @@ github.com/databricks/databricks-sdk-go/service/pipelines.RestartWindow:
"description": |-
Time zone id of restart window. See https://docs.databricks.com/sql/language-manual/sql-ref-syntax-aux-conf-mgmt-set-timezone.html for details.
If not specified, UTC will be used.
github.com/databricks/databricks-sdk-go/service/pipelines.RestartWindowDaysOfWeek:
"_":
"description": |-
Days of week in which the restart is allowed to happen (within a five-hour window starting at start_hour).
If not specified all days of the week will be used.
"enum":
- |-
MONDAY
- |-
TUESDAY
- |-
WEDNESDAY
- |-
THURSDAY
- |-
FRIDAY
- |-
SATURDAY
- |-
SUNDAY
github.com/databricks/databricks-sdk-go/service/pipelines.SchemaSpec:
"destination_catalog":
"description": |-
Expand Down
38 changes: 38 additions & 0 deletions bundle/internal/schema/annotations_openapi_overrides.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
github.com/databricks/cli/bundle/config/resources.App:
"app_status":
"description": |-
PLACEHOLDER
"compute_status":
"description": |-
PLACEHOLDER
"config":
"description": |-
PLACEHOLDER
"permissions":
"description": |-
PLACEHOLDER
"service_principal_client_id":
"description": |-
PLACEHOLDER
"service_principal_id":
"description": |-
PLACEHOLDER
"service_principal_name":
"description": |-
PLACEHOLDER
"source_code_path":
"description": |-
PLACEHOLDER
github.com/databricks/cli/bundle/config/resources.Cluster:
"data_security_mode":
"description": |-
Expand Down Expand Up @@ -75,6 +100,19 @@ github.com/databricks/cli/bundle/config/resources.Volume:
"volume_type":
"description": |-
PLACEHOLDER
github.com/databricks/databricks-sdk-go/service/apps.AppResource:
"job":
"description": |-
PLACEHOLDER
"secret":
"description": |-
PLACEHOLDER
"serving_endpoint":
"description": |-
PLACEHOLDER
"sql_warehouse":
"description": |-
PLACEHOLDER
github.com/databricks/databricks-sdk-go/service/compute.AwsAttributes:
"availability":
"description": |-
Expand Down
Loading

0 comments on commit 72e677d

Please sign in to comment.