Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .codegen/_openapi_sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11ae6f9d98f0d0838a5e53c27032f178fecc4ee0
9e9cd2a1a802f6df10f3a5ffe6aa97b588d5884a
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ databricks/sdk/service/settings.py linguist-generated=true
databricks/sdk/service/settingsv2.py linguist-generated=true
databricks/sdk/service/sharing.py linguist-generated=true
databricks/sdk/service/sql.py linguist-generated=true
databricks/sdk/service/supervisoragents.py linguist-generated=true
databricks/sdk/service/tags.py linguist-generated=true
databricks/sdk/service/vectorsearch.py linguist-generated=true
databricks/sdk/service/workspace.py linguist-generated=true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/next-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
# Allow Dependabot PRs to pass without a changelog entry
if: github.actor != 'dependabot[bot]'
runs-on:
group: databricks-deco-testing-runner-group
labels: ubuntu-latest-deco
group: databricks-protected-runner-group
labels: linux-ubuntu-latest

steps:
- name: Checkout code
Expand Down
12 changes: 10 additions & 2 deletions .github/workflows/tagging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
github.repository == 'databricks/databricks-sdk-java'
environment: "release-is"
runs-on:
group: databricks-deco-testing-runner-group
labels: ubuntu-latest-deco
group: databricks-protected-runner-group
labels: linux-ubuntu-latest
steps:
- name: Generate GitHub App Token
id: generate-token
Expand Down Expand Up @@ -62,3 +62,11 @@ jobs:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
GITHUB_REPOSITORY: ${{ github.repository }}
run: uv run --locked tagging.py

- name: Upload created tags artifact
if: always()
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: created-tags
path: created_tags.json
if-no-files-found: ignore
24 changes: 24 additions & 0 deletions NEXT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,27 @@
### Internal Changes

### API Changes
* Add `databricks.sdk.service.supervisoragents` package.
* Add [w.secrets_uc](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/catalog/secrets_uc.html) workspace-level service.
* Add [w.supervisor_agents](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/supervisoragents/supervisor_agents.html) workspace-level service.
* Add `update()` method for [w.tokens](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/settings/tokens.html) workspace-level service.
* Add `etag` field for `databricks.sdk.service.dashboards.GenieSpace`.
* Add `etag` field for `databricks.sdk.service.dashboards.GenieUpdateSpaceRequest`.
* Add `branch_id` field for `databricks.sdk.service.postgres.BranchStatus`.
* Add `catalog_id` field for `databricks.sdk.service.postgres.CatalogCatalogStatus`.
* Add `database_id` field for `databricks.sdk.service.postgres.DatabaseDatabaseStatus`.
* Add `endpoint_id` field for `databricks.sdk.service.postgres.EndpointStatus`.
* Add `project_id` field for `databricks.sdk.service.postgres.ProjectStatus`.
* Add `role_id` field for `databricks.sdk.service.postgres.RoleRoleStatus`.
* Add `project` field for `databricks.sdk.service.postgres.SyncedTableSyncedTableStatus`.
* Add `manual` field for `databricks.sdk.service.provisioning.CreateGcpKeyInfo`.
* Add `manual` field for `databricks.sdk.service.provisioning.GcpKeyInfo`.
* Add `apps_runtime` and `lakebase_runtime` fields for `databricks.sdk.service.settings.CustomerFacingIngressNetworkPolicyRequestDestination`.
* Add `blocked_internet_destinations` field for `databricks.sdk.service.settings.EgressNetworkPolicyNetworkAccessPolicy`.
* Add `columns_to_sync` field for `databricks.sdk.service.vectorsearch.DeltaSyncVectorIndexSpecResponse`.
* Add `breaking_change` enum value for `databricks.sdk.service.jobs.TerminationCodeCode`.
* [Breaking] Change `update_catalog_config()` method for [w.data_classification](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/dataclassification/data_classification.html) workspace-level service. Method path has changed.
* [Breaking] Change `update_default_workspace_base_environment()` method for [w.environments](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/environments/environments.html) workspace-level service. Method path has changed.
* [Breaking] Change `update_knowledge_assistant()` method for [w.knowledge_assistants](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/knowledgeassistants/knowledge_assistants.html) workspace-level service. Method path has changed.
* [Breaking] Change `update_branch()`, `update_database()`, `update_endpoint()`, `update_project()` and `update_role()` methods for [w.postgres](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/postgres/postgres.html) workspace-level service. Method path has changed.
* [Breaking] Change `update_default_warehouse_override()` method for [w.warehouses](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/sql/warehouses.html) workspace-level service. Method path has changed.
17 changes: 16 additions & 1 deletion databricks/sdk/__init__.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading