-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Yaml styles for open api overrides
- Loading branch information
1 parent
073aeca
commit a6c45d5
Showing
3 changed files
with
162 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
215 changes: 129 additions & 86 deletions
215
bundle/internal/schema/annotations_openapi_overrides.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,112 +1,155 @@ | ||
github.com/databricks/cli/bundle/config/resources.Cluster: | ||
data_security_mode: | ||
description: PLACEHOLDER | ||
docker_image: | ||
description: PLACEHOLDER | ||
permissions: | ||
description: PLACEHOLDER | ||
runtime_engine: | ||
description: PLACEHOLDER | ||
workload_type: | ||
description: PLACEHOLDER | ||
"data_security_mode": | ||
"description": |- | ||
PLACEHOLDER | ||
"docker_image": | ||
"description": |- | ||
PLACEHOLDER | ||
"permissions": | ||
"description": |- | ||
PLACEHOLDER | ||
"runtime_engine": | ||
"description": |- | ||
PLACEHOLDER | ||
"workload_type": | ||
"description": |- | ||
PLACEHOLDER | ||
github.com/databricks/cli/bundle/config/resources.Dashboard: | ||
embed_credentials: | ||
description: PLACEHOLDER | ||
file_path: | ||
description: PLACEHOLDER | ||
permissions: | ||
description: PLACEHOLDER | ||
"embed_credentials": | ||
"description": |- | ||
PLACEHOLDER | ||
"file_path": | ||
"description": |- | ||
PLACEHOLDER | ||
"permissions": | ||
"description": |- | ||
PLACEHOLDER | ||
github.com/databricks/cli/bundle/config/resources.Job: | ||
health: | ||
description: PLACEHOLDER | ||
permissions: | ||
description: PLACEHOLDER | ||
run_as: | ||
description: PLACEHOLDER | ||
"health": | ||
"description": |- | ||
PLACEHOLDER | ||
"permissions": | ||
"description": |- | ||
PLACEHOLDER | ||
"run_as": | ||
"description": |- | ||
PLACEHOLDER | ||
github.com/databricks/cli/bundle/config/resources.MlflowExperiment: | ||
permissions: | ||
description: PLACEHOLDER | ||
"permissions": | ||
"description": |- | ||
PLACEHOLDER | ||
github.com/databricks/cli/bundle/config/resources.MlflowModel: | ||
permissions: | ||
description: PLACEHOLDER | ||
"permissions": | ||
"description": |- | ||
PLACEHOLDER | ||
github.com/databricks/cli/bundle/config/resources.ModelServingEndpoint: | ||
permissions: | ||
description: PLACEHOLDER | ||
"permissions": | ||
"description": |- | ||
PLACEHOLDER | ||
github.com/databricks/cli/bundle/config/resources.Pipeline: | ||
permissions: | ||
description: PLACEHOLDER | ||
"permissions": | ||
"description": |- | ||
PLACEHOLDER | ||
github.com/databricks/cli/bundle/config/resources.QualityMonitor: | ||
table_name: | ||
description: PLACEHOLDER | ||
"table_name": | ||
"description": |- | ||
PLACEHOLDER | ||
github.com/databricks/cli/bundle/config/resources.RegisteredModel: | ||
grants: | ||
description: PLACEHOLDER | ||
"grants": | ||
"description": |- | ||
PLACEHOLDER | ||
github.com/databricks/cli/bundle/config/resources.Schema: | ||
grants: | ||
description: PLACEHOLDER | ||
properties: | ||
description: PLACEHOLDER | ||
"grants": | ||
"description": |- | ||
PLACEHOLDER | ||
"properties": | ||
"description": |- | ||
PLACEHOLDER | ||
github.com/databricks/cli/bundle/config/resources.Volume: | ||
grants: | ||
description: PLACEHOLDER | ||
volume_type: | ||
description: PLACEHOLDER | ||
"grants": | ||
"description": |- | ||
PLACEHOLDER | ||
"volume_type": | ||
"description": |- | ||
PLACEHOLDER | ||
github.com/databricks/databricks-sdk-go/service/compute.AwsAttributes: | ||
availability: | ||
description: PLACEHOLDER | ||
ebs_volume_type: | ||
description: PLACEHOLDER | ||
"availability": | ||
"description": |- | ||
PLACEHOLDER | ||
"ebs_volume_type": | ||
"description": |- | ||
PLACEHOLDER | ||
github.com/databricks/databricks-sdk-go/service/compute.AzureAttributes: | ||
availability: | ||
description: PLACEHOLDER | ||
"availability": | ||
"description": |- | ||
PLACEHOLDER | ||
github.com/databricks/databricks-sdk-go/service/compute.ClusterSpec: | ||
data_security_mode: | ||
description: PLACEHOLDER | ||
docker_image: | ||
description: PLACEHOLDER | ||
runtime_engine: | ||
description: PLACEHOLDER | ||
workload_type: | ||
description: PLACEHOLDER | ||
"data_security_mode": | ||
"description": |- | ||
PLACEHOLDER | ||
"docker_image": | ||
"description": |- | ||
PLACEHOLDER | ||
"runtime_engine": | ||
"description": |- | ||
PLACEHOLDER | ||
"workload_type": | ||
"description": |- | ||
PLACEHOLDER | ||
github.com/databricks/databricks-sdk-go/service/compute.DockerImage: | ||
basic_auth: | ||
description: PLACEHOLDER | ||
"basic_auth": | ||
"description": |- | ||
PLACEHOLDER | ||
github.com/databricks/databricks-sdk-go/service/compute.GcpAttributes: | ||
availability: | ||
description: PLACEHOLDER | ||
"availability": | ||
"description": |- | ||
PLACEHOLDER | ||
github.com/databricks/databricks-sdk-go/service/jobs.GitSource: | ||
git_snapshot: | ||
description: PLACEHOLDER | ||
"git_snapshot": | ||
"description": |- | ||
PLACEHOLDER | ||
github.com/databricks/databricks-sdk-go/service/jobs.JobEnvironment: | ||
spec: | ||
description: PLACEHOLDER | ||
"spec": | ||
"description": |- | ||
PLACEHOLDER | ||
github.com/databricks/databricks-sdk-go/service/jobs.JobsHealthRule: | ||
metric: | ||
description: PLACEHOLDER | ||
op: | ||
description: PLACEHOLDER | ||
"metric": | ||
"description": |- | ||
PLACEHOLDER | ||
"op": | ||
"description": |- | ||
PLACEHOLDER | ||
github.com/databricks/databricks-sdk-go/service/jobs.JobsHealthRules: | ||
rules: | ||
description: PLACEHOLDER | ||
"rules": | ||
"description": |- | ||
PLACEHOLDER | ||
github.com/databricks/databricks-sdk-go/service/jobs.RunJobTask: | ||
python_named_params: | ||
description: PLACEHOLDER | ||
"python_named_params": | ||
"description": |- | ||
PLACEHOLDER | ||
github.com/databricks/databricks-sdk-go/service/jobs.Task: | ||
health: | ||
description: PLACEHOLDER | ||
"health": | ||
"description": |- | ||
PLACEHOLDER | ||
github.com/databricks/databricks-sdk-go/service/jobs.TriggerSettings: | ||
table_update: | ||
description: PLACEHOLDER | ||
"table_update": | ||
"description": |- | ||
PLACEHOLDER | ||
github.com/databricks/databricks-sdk-go/service/jobs.Webhook: | ||
id: | ||
description: PLACEHOLDER | ||
"id": | ||
"description": |- | ||
PLACEHOLDER | ||
github.com/databricks/databricks-sdk-go/service/pipelines.CronTrigger: | ||
quartz_cron_schedule: | ||
description: PLACEHOLDER | ||
timezone_id: | ||
description: PLACEHOLDER | ||
"quartz_cron_schedule": | ||
"description": |- | ||
PLACEHOLDER | ||
"timezone_id": | ||
"description": |- | ||
PLACEHOLDER | ||
github.com/databricks/databricks-sdk-go/service/pipelines.PipelineTrigger: | ||
cron: | ||
description: PLACEHOLDER | ||
manual: | ||
description: PLACEHOLDER | ||
"cron": | ||
"description": |- | ||
PLACEHOLDER | ||
"manual": | ||
"description": |- | ||
PLACEHOLDER |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters