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"