Skip to content

Commit 53b4d3c

Browse files
update python codegen
1 parent 7de37db commit 53b4d3c

21 files changed

+653
-466
lines changed

bundle/internal/schema/annotations_openapi.yml

Lines changed: 306 additions & 214 deletions
Large diffs are not rendered by default.

bundle/internal/schema/annotations_openapi_overrides.yml

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
github.com/databricks/cli/bundle/config/resources.AlertPermissionLevel:
2+
"_":
3+
"enum":
4+
- |-
5+
CAN_EDIT
6+
- |-
7+
CAN_MANAGE
8+
- |-
9+
CAN_READ
10+
- |-
11+
CAN_RUN
12+
github.com/databricks/cli/bundle/config/resources.Alert:
13+
"evaluation":
14+
"description": |-
15+
PLACEHOLDER
16+
"lifecycle":
17+
"description": |-
18+
PLACEHOLDER
19+
"permissions":
20+
"description": |-
21+
PLACEHOLDER
22+
"schedule":
23+
"description": |-
24+
PLACEHOLDER
125
github.com/databricks/cli/bundle/config/resources.App:
226
"app_status":
327
"description": |-
@@ -205,6 +229,9 @@ github.com/databricks/cli/bundle/config/resources.DatabaseCatalog:
205229
"description": |-
206230
PLACEHOLDER
207231
github.com/databricks/cli/bundle/config/resources.DatabaseInstance:
232+
"effective_capacity":
233+
"description": |-
234+
PLACEHOLDER
208235
"lifecycle":
209236
"description": |-
210237
Lifecycle is a struct that contains the lifecycle settings for a resource. It controls the behavior of the resource when it is deployed or destroyed.
@@ -465,12 +492,39 @@ github.com/databricks/cli/bundle/config/resources.RegisteredModel:
465492
- EXECUTE
466493
principal: account users
467494
```
495+
"aliases":
496+
"description": |-
497+
PLACEHOLDER
498+
"browse_only":
499+
"description": |-
500+
PLACEHOLDER
501+
"created_at":
502+
"description": |-
503+
PLACEHOLDER
504+
"created_by":
505+
"description": |-
506+
PLACEHOLDER
507+
"full_name":
508+
"description": |-
509+
PLACEHOLDER
468510
"grants":
469511
"description": |-
470512
PLACEHOLDER
471513
"lifecycle":
472514
"description": |-
473515
Lifecycle is a struct that contains the lifecycle settings for a resource. It controls the behavior of the resource when it is deployed or destroyed.
516+
"metastore_id":
517+
"description": |-
518+
PLACEHOLDER
519+
"owner":
520+
"description": |-
521+
PLACEHOLDER
522+
"updated_at":
523+
"description": |-
524+
PLACEHOLDER
525+
"updated_by":
526+
"description": |-
527+
PLACEHOLDER
474528
github.com/databricks/cli/bundle/config/resources.Schema:
475529
"_":
476530
"markdown_description": |-
@@ -594,6 +648,10 @@ github.com/databricks/cli/bundle/config/resources.SqlWarehousePermissionLevel:
594648
CAN_MONITOR
595649
- |-
596650
CAN_VIEW
651+
github.com/databricks/cli/bundle/config/resources.SyncedDatabaseTable:
652+
"lifecycle":
653+
"description": |-
654+
PLACEHOLDER
597655
github.com/databricks/cli/bundle/config/resources.Volume:
598656
"_":
599657
"markdown_description": |-
@@ -776,6 +834,19 @@ github.com/databricks/databricks-sdk-go/service/catalog.MonitorTimeSeries:
776834
"granularities":
777835
"description": |-
778836
Granularities for aggregating data into time windows based on their timestamp. Valid values are 5 minutes, 30 minutes, 1 hour, 1 day, n weeks, 1 month, or 1 year.
837+
github.com/databricks/databricks-sdk-go/service/catalog.RegisteredModelAlias:
838+
"catalog_name":
839+
"description": |-
840+
PLACEHOLDER
841+
"id":
842+
"description": |-
843+
PLACEHOLDER
844+
"model_name":
845+
"description": |-
846+
PLACEHOLDER
847+
"schema_name":
848+
"description": |-
849+
PLACEHOLDER
779850
github.com/databricks/databricks-sdk-go/service/compute.AwsAttributes:
780851
"availability":
781852
"description": |-
@@ -811,6 +882,9 @@ github.com/databricks/databricks-sdk-go/service/compute.Environment:
811882
"dependencies":
812883
"description": |-
813884
List of pip dependencies, as supported by the version of pip in this environment.
885+
"java_dependencies":
886+
"description": |-
887+
PLACEHOLDER
814888
github.com/databricks/databricks-sdk-go/service/compute.GcpAttributes:
815889
"availability":
816890
"description": |-
@@ -905,6 +979,10 @@ github.com/databricks/databricks-sdk-go/service/pipelines.CronTrigger:
905979
"timezone_id":
906980
"description": |-
907981
PLACEHOLDER
982+
github.com/databricks/databricks-sdk-go/service/pipelines.IngestionPipelineDefinition:
983+
"netsuite_jar_path":
984+
"description": |-
985+
PLACEHOLDER
908986
github.com/databricks/databricks-sdk-go/service/pipelines.PipelineLibrary:
909987
"whl":
910988
"deprecation_message": |-
@@ -916,6 +994,10 @@ github.com/databricks/databricks-sdk-go/service/pipelines.PipelineTrigger:
916994
"manual":
917995
"description": |-
918996
PLACEHOLDER
997+
github.com/databricks/databricks-sdk-go/service/pipelines.TableSpecificConfig:
998+
"workday_report_parameters":
999+
"description": |-
1000+
PLACEHOLDER
9191001
github.com/databricks/databricks-sdk-go/service/serving.Route:
9201002
"served_entity_name":
9211003
"description": |-
@@ -931,6 +1013,44 @@ github.com/databricks/databricks-sdk-go/service/serving.ServedModelInput:
9311013
"model_version":
9321014
"description": |-
9331015
PLACEHOLDER
1016+
github.com/databricks/databricks-sdk-go/service/sql.AlertV2Notification:
1017+
"subscriptions":
1018+
"description": |-
1019+
PLACEHOLDER
1020+
github.com/databricks/databricks-sdk-go/service/sql.AlertV2Operand:
1021+
"column":
1022+
"description": |-
1023+
PLACEHOLDER
1024+
"value":
1025+
"description": |-
1026+
PLACEHOLDER
1027+
github.com/databricks/databricks-sdk-go/service/sql.AlertV2OperandColumn:
1028+
"aggregation":
1029+
"description": |-
1030+
PLACEHOLDER
1031+
"display":
1032+
"description": |-
1033+
PLACEHOLDER
1034+
"name":
1035+
"description": |-
1036+
PLACEHOLDER
1037+
github.com/databricks/databricks-sdk-go/service/sql.AlertV2OperandValue:
1038+
"bool_value":
1039+
"description": |-
1040+
PLACEHOLDER
1041+
"double_value":
1042+
"description": |-
1043+
PLACEHOLDER
1044+
"string_value":
1045+
"description": |-
1046+
PLACEHOLDER
1047+
github.com/databricks/databricks-sdk-go/service/sql.AlertV2Subscription:
1048+
"destination_id":
1049+
"description": |-
1050+
PLACEHOLDER
1051+
"user_email":
1052+
"description": |-
1053+
PLACEHOLDER
9341054
github.com/databricks/databricks-sdk-go/service/sql.Channel:
9351055
"dbsql_version":
9361056
"description": |-

0 commit comments

Comments
 (0)