Skip to content

Commit a4ee50a

Browse files
Update SDK to 64a012f9cd264129e86f8d6d1cdc08df17eeed31
1 parent 4a80b43 commit a4ee50a

File tree

9 files changed

+31
-25
lines changed

9 files changed

+31
-25
lines changed

.codegen/_openapi_sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
39ab3fb529b0cca686c714aa7f9af641924697f7
1+
64a012f9cd264129e86f8d6d1cdc08df17eeed31

NEXT_CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@
1919
* Add `id` field for `databricks.sdk.service.sharing.UpdateRecipient`.
2020
* Add `query_tags` field for `databricks.sdk.service.sql.ExecuteStatementRequest`.
2121
* Add `query_tags` field for `databricks.sdk.service.sql.QueryInfo`.
22-
* Add `uc_volume_misconfigured` enum value for `databricks.sdk.service.compute.EventType`.
22+
* Add `uc_volume_misconfigured` enum value for `databricks.sdk.service.compute.EventType`.
23+
* Add `filters` field for `databricks.sdk.service.jobs.DashboardTask`.
24+
* Add `ssws_token` enum value for `databricks.sdk.service.catalog.CredentialType`.

databricks/sdk/__init__.py

Lines changed: 0 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

databricks/sdk/service/catalog.py

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

databricks/sdk/service/dashboards.py

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

databricks/sdk/service/jobs.py

100644100755
Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

databricks/sdk/service/settings.py

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

docs/dbdataclasses/catalog.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ These dataclasses are used in the SDK to represent API requests and responses fo
420420

421421
.. py:class:: CredentialType
422422
423-
Next Id: 14
423+
Next Id: 15
424424

425425
.. py:attribute:: ANY_STATIC_CREDENTIAL
426426
:value: "ANY_STATIC_CREDENTIAL"
@@ -458,6 +458,9 @@ These dataclasses are used in the SDK to represent API requests and responses fo
458458
.. py:attribute:: SERVICE_CREDENTIAL
459459
:value: "SERVICE_CREDENTIAL"
460460

461+
.. py:attribute:: SSWS_TOKEN
462+
:value: "SSWS_TOKEN"
463+
461464
.. py:attribute:: UNKNOWN_CREDENTIAL_TYPE
462465
:value: "UNKNOWN_CREDENTIAL_TYPE"
463466

@@ -1510,7 +1513,7 @@ These dataclasses are used in the SDK to represent API requests and responses fo
15101513

15111514
.. py:class:: SecurableKind
15121515
1513-
Latest kind: CONNECTION_ONE_PASSWORD_EVENT_LOGS_BEARER_TOKEN = 294; Next id: 295
1516+
Latest kind: CONNECTION_OKTA_SYSTEM_LOGS_SSWS_TOKEN = 295; Next id: 296
15141517

15151518
.. py:attribute:: TABLE_DB_STORAGE
15161519
:value: "TABLE_DB_STORAGE"

docs/workspace/settings/tokens.rst

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
:param lifetime_seconds: int (optional)
3535
The lifetime of the token, in seconds.
3636

37-
If the lifetime is not specified, this token remains valid indefinitely.
37+
If the lifetime is not specified, this token remains valid for 2 years.
3838

3939
:returns: :class:`CreateTokenResponse`
4040

0 commit comments

Comments
 (0)