Skip to content

Commit db9bafa

Browse files
committed
fixed schema
1 parent 7e5b1fb commit db9bafa

File tree

3 files changed

+44
-85
lines changed

3 files changed

+44
-85
lines changed

bundle/internal/schema/annotations.yml

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -439,10 +439,6 @@ github.com/databricks/cli/bundle/config.Workspace:
439439
"state_path":
440440
"description": |-
441441
The workspace state path
442-
github.com/databricks/cli/bundle/config/resources.App:
443-
"lifecycle":
444-
"description": |-
445-
PLACEHOLDER
446442
github.com/databricks/cli/bundle/config/resources.AppPermission:
447443
"group_name":
448444
"description": |-
@@ -456,10 +452,6 @@ github.com/databricks/cli/bundle/config/resources.AppPermission:
456452
"user_name":
457453
"description": |-
458454
PLACEHOLDER
459-
github.com/databricks/cli/bundle/config/resources.Cluster:
460-
"lifecycle":
461-
"description": |-
462-
PLACEHOLDER
463455
github.com/databricks/cli/bundle/config/resources.ClusterPermission:
464456
"group_name":
465457
"description": |-
@@ -473,10 +465,6 @@ github.com/databricks/cli/bundle/config/resources.ClusterPermission:
473465
"user_name":
474466
"description": |-
475467
PLACEHOLDER
476-
github.com/databricks/cli/bundle/config/resources.Dashboard:
477-
"lifecycle":
478-
"description": |-
479-
PLACEHOLDER
480468
github.com/databricks/cli/bundle/config/resources.DashboardPermission:
481469
"group_name":
482470
"description": |-
@@ -490,10 +478,6 @@ github.com/databricks/cli/bundle/config/resources.DashboardPermission:
490478
"user_name":
491479
"description": |-
492480
PLACEHOLDER
493-
github.com/databricks/cli/bundle/config/resources.DatabaseInstance:
494-
"lifecycle":
495-
"description": |-
496-
PLACEHOLDER
497481
github.com/databricks/cli/bundle/config/resources.DatabaseInstancePermission:
498482
"group_name":
499483
"description": |-
@@ -514,10 +498,6 @@ github.com/databricks/cli/bundle/config/resources.Grant:
514498
"privileges":
515499
"description": |-
516500
The privileges to grant to the specified entity
517-
github.com/databricks/cli/bundle/config/resources.Job:
518-
"lifecycle":
519-
"description": |-
520-
PLACEHOLDER
521501
github.com/databricks/cli/bundle/config/resources.JobPermission:
522502
"group_name":
523503
"description": |-
@@ -535,10 +515,6 @@ github.com/databricks/cli/bundle/config/resources.Lifecycle:
535515
"prevent_destroy":
536516
"description": |-
537517
PLACEHOLDER
538-
github.com/databricks/cli/bundle/config/resources.MlflowExperiment:
539-
"lifecycle":
540-
"description": |-
541-
PLACEHOLDER
542518
github.com/databricks/cli/bundle/config/resources.MlflowExperimentPermission:
543519
"group_name":
544520
"description": |-
@@ -552,10 +528,6 @@ github.com/databricks/cli/bundle/config/resources.MlflowExperimentPermission:
552528
"user_name":
553529
"description": |-
554530
PLACEHOLDER
555-
github.com/databricks/cli/bundle/config/resources.MlflowModel:
556-
"lifecycle":
557-
"description": |-
558-
PLACEHOLDER
559531
github.com/databricks/cli/bundle/config/resources.MlflowModelPermission:
560532
"group_name":
561533
"description": |-
@@ -569,10 +541,6 @@ github.com/databricks/cli/bundle/config/resources.MlflowModelPermission:
569541
"user_name":
570542
"description": |-
571543
PLACEHOLDER
572-
github.com/databricks/cli/bundle/config/resources.ModelServingEndpoint:
573-
"lifecycle":
574-
"description": |-
575-
PLACEHOLDER
576544
github.com/databricks/cli/bundle/config/resources.ModelServingEndpointPermission:
577545
"group_name":
578546
"description": |-
@@ -604,10 +572,6 @@ github.com/databricks/cli/bundle/config/resources.Permission:
604572
"user_name":
605573
"description": |-
606574
The name of the user that has the permission set in level.
607-
github.com/databricks/cli/bundle/config/resources.Pipeline:
608-
"lifecycle":
609-
"description": |-
610-
PLACEHOLDER
611575
github.com/databricks/cli/bundle/config/resources.PipelinePermission:
612576
"group_name":
613577
"description": |-
@@ -621,18 +585,6 @@ github.com/databricks/cli/bundle/config/resources.PipelinePermission:
621585
"user_name":
622586
"description": |-
623587
PLACEHOLDER
624-
github.com/databricks/cli/bundle/config/resources.QualityMonitor:
625-
"lifecycle":
626-
"description": |-
627-
PLACEHOLDER
628-
github.com/databricks/cli/bundle/config/resources.RegisteredModel:
629-
"lifecycle":
630-
"description": |-
631-
PLACEHOLDER
632-
github.com/databricks/cli/bundle/config/resources.Schema:
633-
"lifecycle":
634-
"description": |-
635-
PLACEHOLDER
636588
github.com/databricks/cli/bundle/config/resources.SchemaGrant:
637589
"principal":
638590
"description": |-
@@ -669,10 +621,6 @@ github.com/databricks/cli/bundle/config/resources.SecretScopePermission:
669621
"user_name":
670622
"description": |-
671623
The name of the user that has the permission set in level. This field translates to a `principal` field in secret scope ACL.
672-
github.com/databricks/cli/bundle/config/resources.SqlWarehouse:
673-
"lifecycle":
674-
"description": |-
675-
PLACEHOLDER
676624
github.com/databricks/cli/bundle/config/resources.SqlWarehousePermission:
677625
"group_name":
678626
"description": |-
@@ -711,10 +659,6 @@ github.com/databricks/cli/bundle/config/resources.SyncedDatabaseTable:
711659
"unity_catalog_provisioning_state":
712660
"description": |-
713661
PLACEHOLDER
714-
github.com/databricks/cli/bundle/config/resources.Volume:
715-
"lifecycle":
716-
"description": |-
717-
PLACEHOLDER
718662
github.com/databricks/cli/bundle/config/resources.VolumeGrant:
719663
"principal":
720664
"description": |-

bundle/internal/schema/annotations_openapi_overrides.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ github.com/databricks/cli/bundle/config/resources.App:
1414
"effective_budget_policy_id":
1515
"description": |-
1616
PLACEHOLDER
17+
"lifecycle":
18+
"description": |-
19+
PLACEHOLDER
1720
"oauth2_app_client_id":
1821
"description": |-
1922
PLACEHOLDER
@@ -84,6 +87,9 @@ github.com/databricks/cli/bundle/config/resources.Cluster:
8487
"kind":
8588
"description": |-
8689
PLACEHOLDER
90+
"lifecycle":
91+
"description": |-
92+
PLACEHOLDER
8793
"permissions":
8894
"description": |-
8995
PLACEHOLDER
@@ -140,6 +146,9 @@ github.com/databricks/cli/bundle/config/resources.Dashboard:
140146
"file_path":
141147
"description": |-
142148
PLACEHOLDER
149+
"lifecycle":
150+
"description": |-
151+
PLACEHOLDER
143152
"lifecycle_state":
144153
"description": |-
145154
The state of the dashboard resource. Used for tracking trashed status.
@@ -190,6 +199,9 @@ github.com/databricks/cli/bundle/config/resources.DatabaseCatalog:
190199
"description": |-
191200
PLACEHOLDER
192201
github.com/databricks/cli/bundle/config/resources.DatabaseInstance:
202+
"lifecycle":
203+
"description": |-
204+
PLACEHOLDER
193205
"permissions":
194206
"description": |-
195207
PLACEHOLDER
@@ -224,6 +236,9 @@ github.com/databricks/cli/bundle/config/resources.Job:
224236
"health":
225237
"description": |-
226238
PLACEHOLDER
239+
"lifecycle":
240+
"description": |-
241+
PLACEHOLDER
227242
"permissions":
228243
"description": |-
229244
PLACEHOLDER
@@ -258,6 +273,9 @@ github.com/databricks/cli/bundle/config/resources.MlflowExperiment:
258273
group_name: users
259274
description: MLflow experiment used to track runs
260275
```
276+
"lifecycle":
277+
"description": |-
278+
PLACEHOLDER
261279
"permissions":
262280
"description": |-
263281
PLACEHOLDER
@@ -274,6 +292,9 @@ github.com/databricks/cli/bundle/config/resources.MlflowModel:
274292
"_":
275293
"markdown_description": |-
276294
The model resource allows you to define [legacy models](/api/workspace/modelregistry/createmodel) in bundles. Databricks recommends you use Unity Catalog [registered models](#registered-model) instead.
295+
"lifecycle":
296+
"description": |-
297+
PLACEHOLDER
277298
"permissions":
278299
"description": |-
279300
PLACEHOLDER
@@ -319,6 +340,9 @@ github.com/databricks/cli/bundle/config/resources.ModelServingEndpoint:
319340
"description":
320341
"description": |-
321342
PLACEHOLDER
343+
"lifecycle":
344+
"description": |-
345+
PLACEHOLDER
322346
"permissions":
323347
"description": |-
324348
PLACEHOLDER
@@ -358,6 +382,9 @@ github.com/databricks/cli/bundle/config/resources.Pipeline:
358382
"dry_run":
359383
"description": |-
360384
PLACEHOLDER
385+
"lifecycle":
386+
"description": |-
387+
PLACEHOLDER
361388
"permissions":
362389
"description": |-
363390
PLACEHOLDER
@@ -406,6 +433,9 @@ github.com/databricks/cli/bundle/config/resources.QualityMonitor:
406433
"inference_log":
407434
"description": |-
408435
PLACEHOLDER
436+
"lifecycle":
437+
"description": |-
438+
PLACEHOLDER
409439
"table_name":
410440
"description": |-
411441
PLACEHOLDER
@@ -432,6 +462,9 @@ github.com/databricks/cli/bundle/config/resources.RegisteredModel:
432462
"grants":
433463
"description": |-
434464
PLACEHOLDER
465+
"lifecycle":
466+
"description": |-
467+
PLACEHOLDER
435468
github.com/databricks/cli/bundle/config/resources.Schema:
436469
"_":
437470
"markdown_description": |-
@@ -482,6 +515,9 @@ github.com/databricks/cli/bundle/config/resources.Schema:
482515
"grants":
483516
"description": |-
484517
PLACEHOLDER
518+
"lifecycle":
519+
"description": |-
520+
PLACEHOLDER
485521
"properties":
486522
"description": |-
487523
PLACEHOLDER
@@ -529,6 +565,9 @@ github.com/databricks/cli/bundle/config/resources.SqlWarehouse:
529565
Configures whether the warehouse should use Photon optimized clusters.
530566
531567
Defaults to true.
568+
"lifecycle":
569+
"description": |-
570+
PLACEHOLDER
532571
"permissions":
533572
"description": |-
534573
PLACEHOLDER
@@ -573,6 +612,9 @@ github.com/databricks/cli/bundle/config/resources.Volume:
573612
"grants":
574613
"description": |-
575614
PLACEHOLDER
615+
"lifecycle":
616+
"description": |-
617+
PLACEHOLDER
576618
"volume_type":
577619
"description": |-
578620
PLACEHOLDER

0 commit comments

Comments
 (0)