Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
4d1f578
Manual trigger for SDK update to v0.138.0
janniklasrose May 27, 2026
5d3358a
Invoke bazel by path instead of name in universe
janniklasrose May 28, 2026
4c515a2
Auto-generated files
janniklasrose May 28, 2026
a879057
Changelog
janniklasrose May 28, 2026
187d608
Invoke generate_resources.py with uv in Taskfile, add PEP 723 header …
janniklasrose May 28, 2026
48deb19
Auto-generated files
janniklasrose May 28, 2026
faa03d5
Ignore error code on generate-refschema
janniklasrose May 28, 2026
643461a
Fix broken auto-generated file
janniklasrose May 28, 2026
435888a
Auto-format
janniklasrose May 28, 2026
31f6aa8
Auto-generate acceptance tests
janniklasrose May 28, 2026
36646b3
Update UpdateMaskFields for apps
janniklasrose May 28, 2026
0f95fe7
Update acceptance tests
janniklasrose May 29, 2026
287893b
Revert package.source.registry in uv.lock
janniklasrose Jun 1, 2026
afb93db
Regenerate
janniklasrose Jun 2, 2026
c447633
Merge remote-tracking branch 'origin/main' into sdk-bump
janniklasrose Jun 3, 2026
94b7604
Bump to v0.141.0
janniklasrose Jun 3, 2026
fe38b84
Auto-generated files
janniklasrose Jun 3, 2026
c4e6f78
Remove old sdk from go.sum
janniklasrose Jun 3, 2026
bed6697
Fix postgres catalog id missing from response
janniklasrose Jun 3, 2026
d1e3d93
Fix pipeline parameters
janniklasrose Jun 3, 2026
5314a4f
More auto-generated files
janniklasrose Jun 3, 2026
de409ca
Merge branch 'main' into janniklasrose/sdk-bump
janniklasrose Jun 3, 2026
028443e
Fix lint
janniklasrose Jun 3, 2026
58b5c63
Fix acceptance tests (regenerated output)
janniklasrose Jun 3, 2026
0d30f31
Merge branch 'main' into janniklasrose/sdk-bump
janniklasrose Jun 3, 2026
ce96ba0
Bump TF to 1.117.0
janniklasrose Jun 3, 2026
c35e6bb
Regenerate test outputs
janniklasrose Jun 3, 2026
e317ecd
Update changelog
janniklasrose Jun 3, 2026
cf83302
Merge branch 'main' into janniklasrose/tf-bump
janniklasrose Jun 3, 2026
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
3 changes: 2 additions & 1 deletion NEXT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

### Dependency updates
* Bump Go toolchain to 1.26.4 ([#5420](https://github.com/databricks/cli/pull/5420)).
* Bump `github.com/databricks/databricks-sdk-go` from v0.136.0 to v0.138.0 ([#5361](https://github.com/databricks/cli/pull/5361))
* Bump `github.com/databricks/databricks-sdk-go` from v0.136.0 to v0.141.0 ([#5361](https://github.com/databricks/cli/pull/5361))
* Bump Terraform provider from v1.115.0 to v1.117.0 ([#5421](https://github.com/databricks/cli/pull/5421))

### API Changes
9 changes: 7 additions & 2 deletions acceptance/bundle/migrate/basic/out.original_state.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
"dbt_task": [],
"deployment": [
{
"deployment_id": "",
"kind": "BUNDLE",
"metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/migrate-basic-test/dev/state/metadata.json"
"metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/migrate-basic-test/dev/state/metadata.json",
"version_id": ""
}
],
"description": null,
Expand Down Expand Up @@ -125,6 +127,7 @@
"notification_settings": [],
"pipeline_task": [],
"power_bi_task": [],
"python_operator_task": [],
"python_wheel_task": [],
"retry_on_timeout": false,
"run_if": "ALL_SUCCESS",
Expand Down Expand Up @@ -179,8 +182,10 @@
"creator_user_name": "[USERNAME]",
"deployment": [
{
"deployment_id": "",
"kind": "BUNDLE",
"metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/migrate-basic-test/dev/state/metadata.json"
"metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/migrate-basic-test/dev/state/metadata.json",
"version_id": ""
}
],
"development": false,
Expand Down
18 changes: 15 additions & 3 deletions acceptance/bundle/migrate/default-python/out.state_original.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
"dbt_task": [],
"deployment": [
{
"deployment_id": "",
"kind": "BUNDLE",
"metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/my_default_python/dev/state/metadata.json"
"metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/my_default_python/dev/state/metadata.json",
"version_id": ""
}
],
"description": null,
Expand Down Expand Up @@ -199,6 +201,7 @@
"notification_settings": [],
"pipeline_task": [],
"power_bi_task": [],
"python_operator_task": [],
"python_wheel_task": [],
"retry_on_timeout": false,
"run_if": "ALL_SUCCESS",
Expand Down Expand Up @@ -264,6 +267,7 @@
"notification_settings": [],
"pipeline_task": [],
"power_bi_task": [],
"python_operator_task": [],
"python_wheel_task": [
{
"entry_point": "main",
Expand Down Expand Up @@ -331,10 +335,16 @@
"pipeline_task": [
{
"full_refresh": false,
"pipeline_id": "[UUID]"
"full_refresh_selection": null,
"parameters": null,
"pipeline_id": "[UUID]",
"refresh_flow_selection": null,
"refresh_selection": null,
"reset_checkpoint_selection": null
}
],
"power_bi_task": [],
"python_operator_task": [],
"python_wheel_task": [],
"retry_on_timeout": false,
"run_if": "ALL_SUCCESS",
Expand Down Expand Up @@ -405,8 +415,10 @@
"creator_user_name": "[USERNAME]",
"deployment": [
{
"deployment_id": "",
"kind": "BUNDLE",
"metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/my_default_python/dev/state/metadata.json"
"metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/my_default_python/dev/state/metadata.json",
"version_id": ""
}
],
"development": true,
Expand Down
13 changes: 11 additions & 2 deletions acceptance/bundle/migrate/permissions/out.original_state.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
"dbt_task": [],
"deployment": [
{
"deployment_id": "",
"kind": "BUNDLE",
"metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/migrate-basic-test/default/state/metadata.json"
"metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/migrate-basic-test/default/state/metadata.json",
"version_id": ""
}
],
"description": null,
Expand Down Expand Up @@ -125,6 +127,7 @@
"notification_settings": [],
"pipeline_task": [],
"power_bi_task": [],
"python_operator_task": [],
"python_wheel_task": [],
"retry_on_timeout": false,
"run_if": "ALL_SUCCESS",
Expand Down Expand Up @@ -195,6 +198,7 @@
"id": "/jobs/[NUMID]",
"instance_pool_id": null,
"job_id": "[NUMID]",
"knowledge_assistant_id": null,
"notebook_id": null,
"notebook_path": null,
"object_type": "job",
Expand All @@ -212,6 +216,7 @@
"sql_dashboard_id": null,
"sql_endpoint_id": null,
"sql_query_id": null,
"supervisor_agent_id": null,
"vector_search_endpoint_id": null,
"workspace_file_id": null,
"workspace_file_path": null
Expand Down Expand Up @@ -261,6 +266,7 @@
"id": "/pipelines/[UUID]",
"instance_pool_id": null,
"job_id": null,
"knowledge_assistant_id": null,
"notebook_id": null,
"notebook_path": null,
"object_type": "pipelines",
Expand All @@ -278,6 +284,7 @@
"sql_dashboard_id": null,
"sql_endpoint_id": null,
"sql_query_id": null,
"supervisor_agent_id": null,
"vector_search_endpoint_id": null,
"workspace_file_id": null,
"workspace_file_path": null
Expand Down Expand Up @@ -311,8 +318,10 @@
"creator_user_name": "[USERNAME]",
"deployment": [
{
"deployment_id": "",
"kind": "BUNDLE",
"metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/migrate-basic-test/default/state/metadata.json"
"metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/migrate-basic-test/default/state/metadata.json",
"version_id": ""
}
],
"development": false,
Expand Down
4 changes: 2 additions & 2 deletions acceptance/bundle/migrate/runas/out.create_requests.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"headers": {
"User-Agent": [
"databricks-tf-provider/1.115.0 databricks-sdk-go/[SDK_VERSION] go/1.25.8 os/[OS] cli/[DEV_VERSION] terraform/1.5.5 sdk/sdkv2 resource/pipeline auth/pat"
"databricks-tf-provider/1.117.0 databricks-sdk-go/[SDK_VERSION] go/1.25.8 os/[OS] cli/[DEV_VERSION] terraform/1.5.5 sdk/sdkv2 resource/pipeline auth/pat"
]
},
"method": "POST",
Expand Down Expand Up @@ -32,7 +32,7 @@
{
"headers": {
"User-Agent": [
"databricks-tf-provider/1.115.0 databricks-sdk-go/[SDK_VERSION] go/1.25.8 os/[OS] cli/[DEV_VERSION] terraform/1.5.5 sdk/sdkv2 resource/permissions auth/pat"
"databricks-tf-provider/1.117.0 databricks-sdk-go/[SDK_VERSION] go/1.25.8 os/[OS] cli/[DEV_VERSION] terraform/1.5.5 sdk/sdkv2 resource/permissions auth/pat"
]
},
"method": "PUT",
Expand Down
6 changes: 5 additions & 1 deletion acceptance/bundle/migrate/runas/out.old_state.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"id": "/pipelines/[UUID]",
"instance_pool_id": null,
"job_id": null,
"knowledge_assistant_id": null,
"notebook_id": null,
"notebook_path": null,
"object_type": "pipelines",
Expand All @@ -59,6 +60,7 @@
"sql_dashboard_id": null,
"sql_endpoint_id": null,
"sql_query_id": null,
"supervisor_agent_id": null,
"vector_search_endpoint_id": null,
"workspace_file_id": null,
"workspace_file_path": null
Expand Down Expand Up @@ -92,8 +94,10 @@
"creator_user_name": "[USERNAME]",
"deployment": [
{
"deployment_id": "",
"kind": "BUNDLE",
"metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/dabs_revenue-[UNIQUE_NAME]/production/state/metadata.json"
"metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/dabs_revenue-[UNIQUE_NAME]/production/state/metadata.json",
"version_id": ""
}
],
"development": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
"dbt_task": [],
"deployment": [
{
"deployment_id": "",
"kind": "BUNDLE",
"metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/test-bundle/default/state/metadata.json"
"metadata_file_path": "/Workspace/Users/[USERNAME]/.bundle/test-bundle/default/state/metadata.json",
"version_id": ""
}
],
"description": null,
Expand Down
4 changes: 2 additions & 2 deletions acceptance/bundle/state/state_present/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Updating deployment state...
Deployment complete!

>>> print_requests.py //api/2.1/unity-catalog/schemas
"databricks-tf-provider/1.115.0 databricks-sdk-go/[SDK_VERSION] go/1.25.8 os/[OS] cli/[DEV_VERSION] terraform/1.5.5 sdk/sdkv2 resource/schema auth/pat"
"databricks-tf-provider/1.117.0 databricks-sdk-go/[SDK_VERSION] go/1.25.8 os/[OS] cli/[DEV_VERSION] terraform/1.5.5 sdk/sdkv2 resource/schema auth/pat"

>>> DATABRICKS_BUNDLE_ENGINE= [CLI] bundle deploy
Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/test-bundle/default/files...
Expand All @@ -17,7 +17,7 @@ Updating deployment state...
Deployment complete!

>>> print_requests.py --get //api/2.1/unity-catalog/schemas
"databricks-tf-provider/1.115.0 databricks-sdk-go/[SDK_VERSION] go/1.25.8 os/[OS] cli/[DEV_VERSION] terraform/1.5.5 sdk/sdkv2 resource/schema auth/pat"
"databricks-tf-provider/1.117.0 databricks-sdk-go/[SDK_VERSION] go/1.25.8 os/[OS] cli/[DEV_VERSION] terraform/1.5.5 sdk/sdkv2 resource/schema auth/pat"

=== Adding resources.json with lower serial does not change anything
>>> DATABRICKS_BUNDLE_ENGINE=direct [CLI] bundle plan
Expand Down
Loading
Loading