From 10fdbccf0ae9a3bd27596d7e6157b5e258692b3b Mon Sep 17 00:00:00 2001 From: "databricks-ci-ghec-2[bot]" <184307802+databricks-ci-ghec-2[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 05:15:06 +0000 Subject: [PATCH] Update SDK API to 87b666fa172b01444d306112309b6109c096f98b (#1442) This PR updates the SDK to the latest API changes. NO_CHANGELOG=true Co-authored-by: databricks-ci-ghec-2[bot] <184307802+databricks-ci-ghec-2[bot]@users.noreply.github.com> --- .codegen/_openapi_sha | 2 +- databricks/sdk/service/catalog.py | 4 ++-- docs/dbdataclasses/catalog.rst | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.codegen/_openapi_sha b/.codegen/_openapi_sha index 258545c0b..e6ee8871a 100755 --- a/.codegen/_openapi_sha +++ b/.codegen/_openapi_sha @@ -1 +1 @@ -581ed6f3148344f453000224ada95e0646bb6d16 \ No newline at end of file +87b666fa172b01444d306112309b6109c096f98b \ No newline at end of file diff --git a/databricks/sdk/service/catalog.py b/databricks/sdk/service/catalog.py index b67a23db3..a46811a35 100755 --- a/databricks/sdk/service/catalog.py +++ b/databricks/sdk/service/catalog.py @@ -1831,7 +1831,7 @@ def from_dict(cls, d: Dict[str, Any]) -> ConnectionInfo: class ConnectionType(Enum): - """Next Id: 125""" + """Next Id: 126""" BIGQUERY = "BIGQUERY" CONFLUENCE = "CONFLUENCE" @@ -9254,7 +9254,7 @@ def from_dict(cls, d: Dict[str, Any]) -> Securable: class SecurableKind(Enum): - """Latest kind: AGENT_SERVICE_STANDARD = 331; Next id: 332""" + """Latest kind: CONNECTION_ICEBERG_REST_OAUTH_M2M = 336; Next id: 337""" TABLE_DB_STORAGE = "TABLE_DB_STORAGE" TABLE_DELTA = "TABLE_DELTA" diff --git a/docs/dbdataclasses/catalog.rst b/docs/dbdataclasses/catalog.rst index 4bc863c30..48a97e428 100755 --- a/docs/dbdataclasses/catalog.rst +++ b/docs/dbdataclasses/catalog.rst @@ -283,7 +283,7 @@ These dataclasses are used in the SDK to represent API requests and responses fo .. py:class:: ConnectionType - Next Id: 125 + Next Id: 126 .. py:attribute:: BIGQUERY :value: "BIGQUERY" @@ -1548,7 +1548,7 @@ These dataclasses are used in the SDK to represent API requests and responses fo .. py:class:: SecurableKind - Latest kind: AGENT_SERVICE_STANDARD = 331; Next id: 332 + Latest kind: CONNECTION_ICEBERG_REST_OAUTH_M2M = 336; Next id: 337 .. py:attribute:: TABLE_DB_STORAGE :value: "TABLE_DB_STORAGE"