Skip to content

Commit 01394c6

Browse files
committed
Generated API changes
1 parent 9747414 commit 01394c6

File tree

164 files changed

+2113
-1449
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+2113
-1449
lines changed

.codegen/_openapi_sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c4784cea599325a13472b1455e7434d639362d8b
1+
59c4c0f3d5f0ef00cd5350b5674e941a7606d91a

NEXT_CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@
1212
* Fix a permissions bug adding second IS\_OWNER and causing "The job must have exactly one owner." error. Introduced in 0.274.0. ([#3850](https://github.com/databricks/cli/pull/3850))
1313

1414
### API Changes
15+
* Add `databricks feature-engineering create-materialized-feature` command.
16+
* Remove `databricks recipient-federation-policies update` command.

bundle/internal/schema/annotations_openapi.yml

Lines changed: 35 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -589,8 +589,6 @@ github.com/databricks/cli/bundle/config/resources.Pipeline:
589589
"budget_policy_id":
590590
"description": |-
591591
Budget policy of this pipeline.
592-
"x-databricks-preview": |-
593-
PRIVATE
594592
"catalog":
595593
"description": |-
596594
A catalog in Unity Catalog to publish data from this pipeline to. If `target` is specified, tables in this pipeline are published to a `target` schema inside `catalog` (for example, `catalog`.`target`.`table`). If `target` is not specified, no data is published to Unity Catalog.
@@ -687,6 +685,11 @@ github.com/databricks/cli/bundle/config/resources.Pipeline:
687685
Which pipeline trigger to use. Deprecated: Use `continuous` instead.
688686
"deprecation_message": |-
689687
This field is deprecated
688+
"usage_policy_id":
689+
"description": |-
690+
Usage policy of this pipeline.
691+
"x-databricks-preview": |-
692+
PRIVATE
690693
github.com/databricks/cli/bundle/config/resources.QualityMonitor:
691694
"assets_dir":
692695
"description": |-
@@ -2462,6 +2465,10 @@ github.com/databricks/databricks-sdk-go/service/jobs.AuthenticationMethod:
24622465
- |-
24632466
PAT
24642467
github.com/databricks/databricks-sdk-go/service/jobs.CleanRoomsNotebookTask:
2468+
"_":
2469+
"description": |-
2470+
Clean Rooms notebook task for V1 Clean Room service (GA).
2471+
Replaces the deprecated CleanRoomNotebookTask (defined above) which was for V0 service.
24652472
"clean_room_name":
24662473
"description": |-
24672474
The clean room that the notebook belongs to.
@@ -3060,6 +3067,8 @@ github.com/databricks/databricks-sdk-go/service/jobs.RunJobTask:
30603067
"dbt_commands":
30613068
"description": |-
30623069
An array of commands to execute for jobs with the dbt task, for example `"dbt_commands": ["dbt deps", "dbt seed", "dbt deps", "dbt seed", "dbt run"]`
3070+
3071+
⚠ **Deprecation note** Use [job parameters](https://docs.databricks.com/jobs/job-parameters.html#job-parameter-pushdown) to pass information down to tasks.
30633072
"deprecation_message": |-
30643073
This field is deprecated
30653074
"x-databricks-preview": |-
@@ -3072,7 +3081,7 @@ github.com/databricks/databricks-sdk-go/service/jobs.RunJobTask:
30723081
jar_params cannot be specified in conjunction with notebook_params.
30733082
The JSON representation of this field (for example `{"jar_params":["john doe","35"]}`) cannot exceed 10,000 bytes.
30743083
3075-
Use [Task parameter variables](https://docs.databricks.com/jobs.html#parameter-variables) to set parameters containing information about job runs.
3084+
⚠ **Deprecation note** Use [job parameters](https://docs.databricks.com/jobs/job-parameters.html#job-parameter-pushdown) to pass information down to tasks.
30763085
"deprecation_message": |-
30773086
This field is deprecated
30783087
"x-databricks-preview": |-
@@ -3092,7 +3101,7 @@ github.com/databricks/databricks-sdk-go/service/jobs.RunJobTask:
30923101
30933102
notebook_params cannot be specified in conjunction with jar_params.
30943103
3095-
Use [Task parameter variables](https://docs.databricks.com/jobs.html#parameter-variables) to set parameters containing information about job runs.
3104+
⚠ **Deprecation note** Use [job parameters](https://docs.databricks.com/jobs/job-parameters.html#job-parameter-pushdown) to pass information down to tasks.
30963105
30973106
The JSON representation of this field (for example `{"notebook_params":{"name":"john doe","age":"35"}}`) cannot exceed 10,000 bytes.
30983107
"deprecation_message": |-
@@ -3114,7 +3123,7 @@ github.com/databricks/databricks-sdk-go/service/jobs.RunJobTask:
31143123
the parameters specified in job setting. The JSON representation of this field (for example `{"python_params":["john doe","35"]}`)
31153124
cannot exceed 10,000 bytes.
31163125
3117-
Use [Task parameter variables](https://docs.databricks.com/jobs.html#parameter-variables) to set parameters containing information about job runs.
3126+
⚠ **Deprecation note** Use [job parameters](https://docs.databricks.com/jobs/job-parameters.html#job-parameter-pushdown) to pass information down to tasks.
31183127
31193128
Important
31203129
@@ -3131,7 +3140,7 @@ github.com/databricks/databricks-sdk-go/service/jobs.RunJobTask:
31313140
parameters specified in job setting. The JSON representation of this field (for example `{"python_params":["john doe","35"]}`)
31323141
cannot exceed 10,000 bytes.
31333142
3134-
Use [Task parameter variables](https://docs.databricks.com/jobs.html#parameter-variables) to set parameters containing information about job runs
3143+
⚠ **Deprecation note** Use [job parameters](https://docs.databricks.com/jobs/job-parameters.html#job-parameter-pushdown) to pass information down to tasks.
31353144
31363145
Important
31373146
@@ -3144,6 +3153,8 @@ github.com/databricks/databricks-sdk-go/service/jobs.RunJobTask:
31443153
"sql_params":
31453154
"description": |-
31463155
A map from keys to values for jobs with SQL task, for example `"sql_params": {"name": "john doe", "age": "35"}`. The SQL alert task does not support custom parameters.
3156+
3157+
⚠ **Deprecation note** Use [job parameters](https://docs.databricks.com/jobs/job-parameters.html#job-parameter-pushdown) to pass information down to tasks.
31473158
"deprecation_message": |-
31483159
This field is deprecated
31493160
"x-databricks-preview": |-
@@ -3165,7 +3176,9 @@ github.com/databricks/databricks-sdk-go/service/jobs.Source:
31653176
github.com/databricks/databricks-sdk-go/service/jobs.SparkJarTask:
31663177
"jar_uri":
31673178
"description": |-
3168-
Deprecated since 04/2016. Provide a `jar` through the `libraries` field instead. For an example, see :method:jobs/create.
3179+
Deprecated since 04/2016. For classic compute, provide a `jar` through the `libraries` field instead. For serverless compute, provide a `jar` though the `java_dependencies` field inside the `environments` list.
3180+
3181+
See the examples of classic and serverless compute usage at the top of the page.
31693182
"deprecation_message": |-
31703183
This field is deprecated
31713184
"main_class_name":
@@ -3511,13 +3524,6 @@ github.com/databricks/databricks-sdk-go/service/jobs.TriggerSettings:
35113524
"periodic":
35123525
"description": |-
35133526
Periodic trigger settings.
3514-
"table":
3515-
"description": |-
3516-
Old table trigger settings name. Deprecated in favor of `table_update`.
3517-
"deprecation_message": |-
3518-
This field is deprecated
3519-
"x-databricks-preview": |-
3520-
PRIVATE
35213527
"table_update": {}
35223528
github.com/databricks/databricks-sdk-go/service/jobs.Webhook:
35233529
"id": {}
@@ -3566,7 +3572,7 @@ github.com/databricks/databricks-sdk-go/service/pipelines.CronTrigger:
35663572
github.com/databricks/databricks-sdk-go/service/pipelines.DayOfWeek:
35673573
"_":
35683574
"description": |-
3569-
Days of week in which the restart is allowed to happen (within a five-hour window starting at start_hour).
3575+
Days of week in which the window is allowed to happen.
35703576
If not specified all days of the week will be used.
35713577
"enum":
35723578
- |-
@@ -3787,6 +3793,20 @@ github.com/databricks/databricks-sdk-go/service/pipelines.IngestionSourceType:
37873793
CONFLUENCE
37883794
- |-
37893795
META_MARKETING
3796+
- |-
3797+
GOOGLE_ADS
3798+
- |-
3799+
TIKTOK_ADS
3800+
- |-
3801+
SALESFORCE_MARKETING_CLOUD
3802+
- |-
3803+
HUBSPOT
3804+
- |-
3805+
WORKDAY_HCM
3806+
- |-
3807+
GUIDEWIRE
3808+
- |-
3809+
ZENDESK
37903810
- |-
37913811
FOREIGN_CATALOG
37923812
github.com/databricks/databricks-sdk-go/service/pipelines.ManualTrigger: {}

bundle/internal/schema/annotations_openapi_overrides.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,10 @@ github.com/databricks/cli/bundle/config/resources.SqlWarehousePermissionLevel:
594594
CAN_MONITOR
595595
- |-
596596
CAN_VIEW
597+
github.com/databricks/cli/bundle/config/resources.SyncedDatabaseTable:
598+
"lifecycle":
599+
"description": |-
600+
PLACEHOLDER
597601
github.com/databricks/cli/bundle/config/resources.Volume:
598602
"_":
599603
"markdown_description": |-

bundle/internal/validation/generated/enum_fields.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)