Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/databricks/databricks-sdk-go from 0.54.0 to 0.55.0 #2126

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 @@
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
Loading